diff --git a/CHANGELOG.md b/CHANGELOG.md index 3449a9fe..b4fea785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Version History +## Version 2.0.0 (Mai 27, 2018) +* Provide node module (https://github.com/mnater/Hyphenopoly/wiki/Node-Module) +* default file locations better reflect usual installations [#19](https://github.com/mnater/Hyphenopoly/issues/19) +* Add ability to store results of feature tests (optional) [#22](https://github.com/mnater/Hyphenopoly/issues/22) +* better error handling (f4bbaa7759eed24208e5cd7c744f1131262abb20, 1c7b0b67666b507d6f6b02eea38460562a5835e4) +* correct implementation of e.preventDefault (df988788db6fb7120fc0c8a1cff1c91aac5a3998) +* fix string normalization (a3229f730f79ccdd3054cbac257b2345f5c8e11a) +* Better tooling: minify, eslint, testing (mocha), compiling (https://github.com/mnater/Hyphenopoly/wiki/Usage-of-devDependencies) + ## Version 1.0.1 (Mai 13, 2018) Prevent browsers to force layout on feature test in some cases.