Skip to content

Commit

Permalink
release: v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 27, 2020
1 parent e16c54d commit bf3486a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,14 @@

* Fixed a compiler exception when a variable name clashes with a declaration without a position. #217
* Class resolution from directories on the classpath is now case-sensitive. #218

# fulibScenarios v1.6.2

## General

* Updated to fulibTools v1.4.1.

## Improvements

* `a`/`an` is now optional in placeholders. #220
> This makes it possible to write `Every student has credits of type int.` instead of `a credits`.
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.6.1'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.2'
// optional (required for mockups):
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
Expand Down

0 comments on commit bf3486a

Please sign in to comment.