From 76cbf58b00c2fed84998ba254bb537ffa5464691 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Wed, 4 Sep 2019 11:20:29 +0200 Subject: [PATCH] Release v0.8.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d16624..06c3d6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -175,3 +175,12 @@ + Added the answer literal. #119 * Fixed non-literal Strings including comments retaining the comment. #126 + +# Fulib Scenarios v0.8.1 + ++ Added a diagnostic error for attribute check expressions with missing receiver. #130 ++ Added a diagnostic error for grouper failure / invalid actors. #129 ++ Added a diagnostic error for mismatching parameter and argument types. #131 ++ Added support for separating simple sentences with `,`, `and` and `, and`. #127 ++ The compiler now outputs a tally of warnings and errors. +* Attribute redeclarations with sub-types are now allowed. #110 diff --git a/README.md b/README.md index dc0d19b3..5812d43d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ repositories { dependencies { // ... // https://mvnrepository.com/artifact/org.fulib/fulibScenarios - compile group: 'org.fulib', name: 'fulibScenarios', version: '0.8.0' + compile group: 'org.fulib', name: 'fulibScenarios', version: '0.8.1' // ... } ```