diff --git a/CHANGELOG.md b/CHANGELOG.md index dc99904..07ed2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased] -### Changed -- Add a new arity to `make-widget-async` to provide a different widget shape. - -## [0.1.1] - 2021-04-22 -### Changed -- Documentation on how to make the widgets. - -### Removed -- `make-widget-sync` - we're all async, all the time. +## [0.1.3] - 2021-05-02 +### Fixed +- Fixed bug sylalbifying words that begin with consonants that don't adhere to sonority heirarchy. + - "Steel", for example. "T" is less sonorous than "S" and typically wouldn't be included in an onset, but since there are no vowels preceding the "ST" then both *should* be included in the onset. +## [0.1.2] - 2021-04-22 ### Fixed -- Fixed widget maker to keep working when daylight savings switches over. +- Fixed bug when getting phones from CMULexicon because the word wasn't found in the CMU dictionary. (Missing parens) +- Comment out warn-on-reflection code that was just being used to find performance gains. -## 0.1.0 - 2021-04-22 +## 0.1.1 ### Added -- Files from the new template. -- Widget maker public API - `make-widget-sync`. -[Unreleased]: https://github.com/com.owoga/phonetics/compare/0.1.1...HEAD -[0.1.1]: https://github.com/com.owoga/phonetics/compare/0.1.0...0.1.1 +Initial release + +- Phonetics and syllabification utilities + +[Unreleased]: https://github.com/com.owoga/phonetics/compare/0.1.2...HEAD +[0.1.1]: https://github.com/com.owoga/phonetics/compare/0.1.1...0.1.2 diff --git a/pom.xml b/pom.xml index 254dd1e..683cae2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.owoga phonetics - 0.1.2 + 0.1.3 com.owoga/phonetics Phonetics and syllabification of English words. https://github.com/com.owoga/phonetics