Skip to content

Commit fe55588

Browse files
author
Marcel Overdijk
committed
Preparing 0.9.1 release
1 parent d297e42 commit fe55588

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Changes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## v0.9.1 - March 7, 2017
6+
7+
This update focuses on bug fixes.
8+
9+
* **API Breaking Changes:**
10+
* Remove `java.nio.file.Path` reference and subsequently also the
11+
`RiveScript#loadDirectory(Path path, String... extensions)` and
12+
`RiveScript#loadFile(Path path)` methods as they caused issues
13+
on Adroid. (#43).
14+
15+
* **Changes:**
16+
* Fix for object caller regexp processing internal `{__call__}`
17+
tags. The closing curly brackets were not escaped (#43).
18+
519
## v0.9.0 - March 3, 2017
620

721
This update focuses on new features and bug fixes.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.9.1-SNAPSHOT
1+
version=0.9.1

0 commit comments

Comments
 (0)