From: K.Kosako Date: Mon, 26 Mar 2018 06:41:38 +0000 (+0900) Subject: small update README.md X-Git-Tag: v6.8.2^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f43dd0b458b271fce0fe197aae17e1779a3677fe;p=onig small update README.md --- diff --git a/README.md b/README.md index 0aac2b1..ead66a7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ Supported character encodings: * CP1251: contributed by Byte +New feature of version 6.8.2 +-------------------------- + +* Fix: #80 UChar in header causes issue + + New feature of version 6.8.1 -------------------------- @@ -54,6 +60,7 @@ New feature of version 6.8.0 * NEW: Callouts of contents (?{...contents...}) (?{...}\[X<>]) (?{{....}}) * NEW: Callouts of name (*name) (*name\[tag]{args...}) * NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc.. +* Examples of Callouts program: [callout.c](sample/callout.c), [count.c](sample/count.c), [echo.c](sample/echo.c) (* Callout function API is experimental level and isn't fixed definitely yet. Undocumented now)