Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 4, 2019
1 parent 81e1041 commit 76cbf58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// ...
}
```
Expand Down

0 comments on commit 76cbf58

Please sign in to comment.