]> granicus.if.org Git - onig/commitdiff
update for 6.7.0
authorK.Kosako <kosako@sofnec.co.jp>
Thu, 30 Nov 2017 04:17:10 +0000 (13:17 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Thu, 30 Nov 2017 04:17:10 +0000 (13:17 +0900)
HISTORY
README.md

diff --git a/HISTORY b/HISTORY
index 91675e9fed6d575c42668ebec4ab6f3d226db9a4..af9552022473c8f5103829075af1f5f4795df467 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,15 @@
 History
 
+2017/12/26: Version 6.7.0
+
+2017/11/13: implement subexp calls (?R), (?&name), (?-n), (?+n) for Perl syntax
+2017/09/25: use string pool of gperf for Unicode Property lookup function
+2017/09/16: fix #70: an empty greedy regex and a word boundary (.*\b) fails
+2017/09/13: remove a stack type STK_POS
+2017/09/08: fix #69: add a declaration of onig_end()
+2017/09/07: fix #68: Compilation failure in out-of-source build
+2017/09/03: [new] hexadecimal codepoint \uHHHH
+
 2017/08/30: Version 6.6.1
 
 2017/08/29: fix definition of \X to (?>\O(?:\Y\O)*)
index da0ce1f2185f99d6b147a756d42b506a8ddcb760..64487f122b5cda76f0dea4fc490e2122e60e886d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@ Supported character encodings:
 * CP1251:  contributed by Byte
 
 
+New feature of version 6.7.0
+--------------------------
+
+* NEW: hexadecimal codepoint \uHHHH
+* Reduced object size
+
+
 New feature of version 6.6.1
 --------------------------