diff --git a/CHANGELOG.md b/CHANGELOG.md index 409c733c..5e428705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -363,3 +363,10 @@ * The compiler now produces a diagnostic error instead of an exception when the `it` literal is used. #208 #215 * Fixed a compiler exception caused by conflicts with externally declared associations. #211 * Fixed an exception when attempting to generate a diagram with an unsupported extension. #212 #213 + +# fulibScenarios v1.6.1 + +## Bugfixes + +* 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 diff --git a/README.md b/README.md index 67239593..308acb86 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ dependencies { // ... // https://mvnrepository.com/artifact/org.fulib/fulibScenarios - fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.0' + fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.1' // optional (required for mockups): // https://mvnrepository.com/artifact/org.fulib/fulibMockups