aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2020-03-27 21:02:03 +0900
committerK.Kosako <kkosako0@gmail.com>2020-03-27 21:02:03 +0900
commitff93938a974661e0c69e18dbf992096804999df6 (patch)
tree8ab722df77ae3972d6bc9e59ab745f495d87a105 /README.md
parent225320bd4925d9bae6aaa753cfef3615c2be0dbf (diff)
downloadoniguruma-ff93938a974661e0c69e18dbf992096804999df6.zip
oniguruma-ff93938a974661e0c69e18dbf992096804999df6.tar.gz
oniguruma-ff93938a974661e0c69e18dbf992096804999df6.tar.bz2
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d29151e..4b52a53 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Master branch
* POSIX API disabled by default (* configure --enable-posix-api=yes)
* Update Unicode version 13.0.0
+* NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
* NEW API: retry limit in search functions
* NEW API: maximum nesting level of subexp call
* Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../