Update the “CHANGELOG.md” file

This commit is contained in:
mrkkrp 2016-12-21 15:16:00 +03:00
parent 8560ec9fce
commit d9f226a81d

View File

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