Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jul 20, 2020
1 parent 5b8f581 commit 23b77fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,17 @@
## Enhancements

* Take Sentences now allow an oxford comma before `and`.

# fulibScenarios v1.4.0

## General

* Updated to fulib v1.2.0 and fulibTools v1.2.0. #177
* Changed generated calls to `with*` and `without*` methods to be compatible with the fulib v1.2 overloads. #177
* Updated to JUnit v4.13. #176
* The `assertThat` method used by Expect Sentences is now imported from `MatcherAssert` instead of `Assert`, where it is deprecated in JUnit v4.13. #176
* Updated to ASM v8.0.1, which allows importing class files compiled with up to Java 14. #181

## Bugfixes

* Fixed incorrect line separators in marker output on Windows. #178
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.3.0'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.4.0'
// optional (required for mockups):
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
Expand Down

0 comments on commit 23b77fe

Please sign in to comment.