From d9f226a81d5b04e39717e5d4307a7de5d816e076 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 21 Dec 2016 15:16:00 +0300 Subject: [PATCH] =?UTF-8?q?Update=20the=20=E2=80=9CCHANGELOG.md=E2=80=9D?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d06bf..caa0fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ ## Inflections 0.3.0.0 +* A more type-safe API forbidding creation of invalid words. + +* Made the API use `Text` instead of `String` (which significally improved + speed). + +* Switched to Megaparsec 5 for parsing. + +* Renamed `defaultMap` to `defaultTransliterations`. + * Added the `CHANGELOG.md` file. * Switched test suite to Hspec. -* Switched to Megaparsec 5 for parsing. - -* Made the API use `Text` instead of `String` (which significally improved - speed). - * The `toUnderscore`, `toDashed`, and `toCamelCased` are not partial anymore, now they operate in `MonadThrow`.