Bump version for release, update changelog.
parent
e4722dbb69
commit
a44feaa166
@ -1,24 +1,22 @@
|
|||||||
# Change Log
|
# 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/).
|
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]
|
## [0.1.3] - 2021-05-02
|
||||||
### Changed
|
### Fixed
|
||||||
- Add a new arity to `make-widget-async` to provide a different widget shape.
|
- 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.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.2] - 2021-04-22
|
||||||
### Fixed
|
### 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
|
### 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
|
Initial release
|
||||||
[0.1.1]: https://github.com/com.owoga/phonetics/compare/0.1.0...0.1.1
|
|
||||||
|
- 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
|
||||||
|
Loading…
Reference in New Issue