Skip to content

Commit

Permalink
Preparing 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Overdijk committed Mar 7, 2017
1 parent d297e42 commit fe55588
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This documents the history of significant changes to `rivescript-java`.

## v0.9.1 - March 7, 2017

This update focuses on bug fixes.

* **API Breaking Changes:**
* Remove `java.nio.file.Path` reference and subsequently also the
`RiveScript#loadDirectory(Path path, String... extensions)` and
`RiveScript#loadFile(Path path)` methods as they caused issues
on Adroid. (#43).

* **Changes:**
* Fix for object caller regexp processing internal `{__call__}`
tags. The closing curly brackets were not escaped (#43).

## v0.9.0 - March 3, 2017

This update focuses on new features and bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.1-SNAPSHOT
version=0.9.1

0 comments on commit fe55588

Please sign in to comment.