]> granicus.if.org Git - onig/commitdiff
update HISTORY
authorK.Kosako <kosako@sofnec.co.jp>
Tue, 22 Aug 2017 04:38:36 +0000 (13:38 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Tue, 22 Aug 2017 04:38:36 +0000 (13:38 +0900)
HISTORY

diff --git a/HISTORY b/HISTORY
index 9db471276cf1243b26b989bb5ea7f3bd858b7d89..4daedb602473ae19fa20367646d48537099a3abc 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,18 @@
 History
 
+2017/08/28: Version 6.6.0
+
+2017/08/21: [new] Extended Grapheme Cluster \X and boundary \y, \Y
+2017/08/17: fix: invalid index(ctype) value assigned to Unicode Block properties
+2017/08/16: --enable-crnl-as-line-terminator to be deprecated
+2017/08/15: [new] ASCII only mode options (?WDSP)
+2017/08/14: [new] ONIG_OPTION_XXXX_IS_ASCII  options
+2017/08/11: disable OP_CCLASS_NODE
+2017/08/11: [spec] Absent clear restore previous range value at backtrack
+2017/08/07: optimize for simple one char repetition in Absent expression
+2017/08/07: fix: invalid impl. for reluctant repetition in Absent expression
+2017/08/04: remove compile switch USE_NAMED_GROUP
+
 2017/08/03: Version 6.5.0
 
 2017/07/30: [new] support Absent clear (Absent functions)