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`.