File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments