From 66d98f12ef82ea67651ff07c8ea57b4906607588 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Tue, 27 Feb 2018 16:52:26 +0900 Subject: [PATCH] small update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 187d695..e97a0b0 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ Supported character encodings: New feature of version 6.8.0 -------------------------- -* NEW API: onig_search_with_param(), onig_match_with_param() -* NEW: Callouts of contents (?{....}) (?{{....}}) -* NEW: Callouts of name (*name) (*name\[tag](a,b...)) -* NEW: Builtin callout functions (*FAIL) (*SUCCESS) (*ABORT) (*ERROR(n)) (*COUNT) * Retry-limit-in-match function enabled by default * NEW: configure option --enable-posix-api=no (* enabled by default) +* NEW API: onig_search_with_param(), onig_match_with_param() +* NEW: Callouts of contents (?{....}\[+-]) (?{{....}}) +* NEW: Callouts of name (*name) (*name\[tag](a,b...)) +* NEW: Builtin callout functions (*FAIL) (*ERROR(n)) (*COUNT) (*ONLY(n)) etc.. -(* Callout functions are experimental level and undocumented now) +(* Callout functions are experimental level and API isn't fixed definitely yet. Undocumented now) New feature of version 6.7.1 -- 2.40.0