Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 14, 2019
1 parent eb6755b commit bdd96f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,25 @@
* Writing into an existing variable name now no longer creates a new variable. #105
* Fixed unresolved references to the name of the take example value. #117
* User-defined (non-temporary) variables are no longer auto-numbered.

# Fulib Scenarios v0.8.0

### General

+ Added proper diagnostic messages for all sorts of compilation errors. #111 #121
* Fixed error on valid redeclaration of multi-attribute. #125
* Fixed the tool exit code being always 0. #123

### Sentences

+ Added Are Sentences. #122
* The descriptor syntax used by There and Is Sentences now uses a definite and indefinite form and disallows mixed forms. #120
* Improved the syntax and error diagnostics of Take Sentences. #118
* Improved the syntax of There, Is and Create Sentences. #120
* Call Sentences no longer create a duplicate variable declaration if one already exists.
* The result of non-void Call Sentences is now placed in an auto-numbered `result` variable if no better name can be inferred.

### Expressions

+ Added the answer literal. #119
* Fixed non-literal Strings including comments retaining the comment. #126
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.7.0'
compile group: 'org.fulib', name: 'fulibScenarios', version: '0.8.0'
// ...
}
```
Expand Down

0 comments on commit bdd96f2

Please sign in to comment.