Update release notes

This commit is contained in:
Nils Knappmeier
2019-03-16 22:24:34 +01:00
parent aef72870b6
commit e5c39375ac
+15 -1
View File
@@ -2,7 +2,21 @@
## Development
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...master)
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...master)
## v4.1.1 - March 16th, 2019
Bugfixes:
- fix: add "runtime.d.ts" to allow "require('handlebars/runtime')" in TypeScript - 5cedd62
Refactorings:
- replace "async" with "neo-async" - 048f2ce
- use "substring"-function instead of "substr" - 445ae12
Compatibility notes:
- This is a bugfix release. There are no breaking change and no new features.
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)
## v4.1.0 - February 7th, 2019
New Features