Skip to content

Commit 9898c37

Browse files
author
Marcel Overdijk
committed
Updated changelog
1 parent 3b0e0c3 commit 9898c37

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Changes.md

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

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

5+
## v0.8.1 - February 20, 2017
6+
7+
This update focuses on bug fixes.
8+
9+
* **Changes:**
10+
* Fix for `String#split()` returning trailing empty string on Google AppEngine
11+
(https://code.google.com/p/googleappengine/issues/detail?id=13565).
12+
* Fix for `NullPointerException` being thrown in case `Subroutine` or
13+
`ObjectHandler` returned `null` (#40).
14+
* Fix for object macros to support quoted strings come in as one arg
15+
regardless of spaces (#40). Typical use case:
16+
* `<call>object_name "a b"</call>` will call the macro with a single arg
17+
`["a b"]`.
18+
* `<call>object_name "a b" c d</call>` will call the macro with 3 args
19+
`["a b", "c", "d"]`.
20+
* `<call>object_name "<get name>"</call>` will call the macro with a single
21+
arg containing the value from the user var.
22+
Note `<call>object_name <get name></call>` would call the macro with
23+
multiple args in case the user var value would contain spaces.
24+
525
## v0.8.0 - February 14, 2017
626

727
This update focuses on new features and huge code refactoring / reorganization.

0 commit comments

Comments
 (0)