We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d297e42 commit fe55588Copy full SHA for fe55588
2 files changed
Changes.md
@@ -2,6 +2,20 @@
2
3
This documents the history of significant changes to `rivescript-java`.
4
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
19
## v0.9.0 - March 3, 2017
20
21
This update focuses on new features and bug fixes.
gradle.properties
@@ -1 +1 @@
1
-version=0.9.1-SNAPSHOT
+version=0.9.1
0 commit comments