From 1f7950fc74b6bdca33ee22ad0c5aff1ea08fd455 Mon Sep 17 00:00:00 2001 From: mnater Date: Wed, 20 Mar 2019 23:09:40 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b83e96c..f19fdc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Version History +## Unreleased +### Changed +* implement new hyphenation pattern binary (.hpb) format (issue #61) + * update patterns to new format and include left-/rightmin according to source + * update hyphenEngine.asm/.wasm to consume new pattern format + * implement .hpb-version-check in Hyphenopoly.js and hyphenopoly.module.js + * fix issue #65 + +### Added +* tearDown event (issue #67) + ## Version 2.8.0 (Feb 28, 2019) * the error event now accepts a `lvl` field ("info"/"warn"/"error") and logs accordingly (issue #56) * add list of supported languages in hyphenopoly.module.js (issue #57)