From 6d7d2706773577846dc2433ab8bea5eaec721c1d Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 14 Aug 2014 14:02:01 -0700 Subject: [PATCH] Add changelog --- changelog.md | 9 +++++++++ text-icu.cabal | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..9c45b00 --- /dev/null +++ b/changelog.md @@ -0,0 +1,9 @@ +0.7.0.0 + +* The isoComment function has been deprecated, and will be removed in + the next major release. + +* The Collator type is no longer an instance of Eq, as this + functionality has been removed from ICU 53. + +* Many NFData instances have been added. diff --git a/text-icu.cabal b/text-icu.cabal index f3f0130..f53ca81 100644 --- a/text-icu.cabal +++ b/text-icu.cabal @@ -37,7 +37,10 @@ license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: - README.markdown include/hs_text_icu.h benchmarks/Breaker.hs + README.markdown + benchmarks/Breaker.hs + changelog.md + include/hs_text_icu.h library default-language: Haskell98