Skip to content

Commit a68dd00

Browse files
author
Marcel Overdijk
committed
Updated changelog
1 parent 4c366d0 commit a68dd00

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Changes.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Revision History for RiveScript-Java
22

3+
* 0.x.x TBD
4+
* Fix to make the `RiveScript` thread safe using a a `ThreadLocal` to store
5+
the current user. (#18).
6+
37
* 0.7.1 January 9 2017
4-
* Fix for arrays in replies (e.g. `(@greek)`) not being converted to
8+
* Fix for arrays in replies (e.g. `(@greek)`) not being converted to
59
randomized sets (bug #26).
6-
* Fix trigger regexp processing so that if a `{weight}` tag contains a
10+
* Fix trigger regexp processing so that if a `{weight}` tag contains a
711
space before or after it (or: a space between `{weight}` and the rest
812
of the trigger text), the spaces are also stripped so that matching
913
isn't broken for that trigger (bug #29).
1014
* Fix to support embedded tags in replies (bug #28).
11-
* Fix for list of stars which were growing incorrectly by multiple
15+
* Fix for list of stars which were growing incorrectly by multiple
1216
calls to `processTags()` (#19).
1317
* Fix to avoid adding `null` stars while harvesting the stars (#20).
14-
* Fix for moving the no-{inherits} triggers to the bottom of the stack
18+
* Fix for moving the no-{inherits} triggers to the bottom of the stack
1519
when sorting the triggers (#8).
1620

1721
* 0.7.0 December 22 2016

0 commit comments

Comments
 (0)