]> granicus.if.org Git - onig/commitdiff
small update README.md
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 26 Mar 2018 06:41:38 +0000 (15:41 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 26 Mar 2018 06:41:38 +0000 (15:41 +0900)
README.md

index 0aac2b199e0e54eb0156f4a6a54228dae349ac70..ead66a722606502c1c105e1745084175147a5332 100644 (file)
--- 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)