From f0869ff25fd0e376d5659d30889c1adec61d81f7 Mon Sep 17 00:00:00 2001 From: yoriyuki Date: Tue, 10 Apr 2018 22:20:05 +0900 Subject: [PATCH] docs for 1.0.1 --- CHANGES.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c291a39..76d2f9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +1.0.1 +----- + +* Fix 4.02-4.04 compat +* Update 4.06 version + + 1.0.0 ---------------- diff --git a/README.md b/README.md index 41ca672..5496ba6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Camomile -This is the version 1.0.0 release of Camomile library package. Camomile is a +This is the version 1.0.1 release of Camomile library package. Camomile is a Unicode library for ocaml. Camomile provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more.