|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). |
5 | 5 |
|
| 6 | +## [4.0.1] / 15 March 2020 |
| 7 | + |
| 8 | +### Fixed |
| 9 | + |
| 10 | + * [#739]: Fix custom delimiters in nested partials, by [@aielo]. |
| 11 | + |
6 | 12 | ## [4.0.0] / 16 January 2020 |
7 | 13 |
|
8 | 14 | Majority of using projects don't have to worry by this being a new major version. |
@@ -461,6 +467,7 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
461 | 467 | * Fixed a bug that clashed with QUnit (thanks [@kannix]). |
462 | 468 | * Added volo support (thanks [@guybedford]). |
463 | 469 |
|
| 470 | +[4.0.1]: https://github.com/janl/mustache.js/compare/v4.0.0...v4.0.1 |
464 | 471 | [4.0.0]: https://github.com/janl/mustache.js/compare/v3.2.1...v4.0.0 |
465 | 472 | [3.2.1]: https://github.com/janl/mustache.js/compare/v3.2.0...v3.2.1 |
466 | 473 | [3.2.0]: https://github.com/janl/mustache.js/compare/v3.1.0...v3.2.0 |
@@ -535,8 +542,10 @@ This release is made to revert changes introduced in [2.3.1] that caused unexpec |
535 | 542 | [#733]: https://github.com/janl/mustache.js/issues/733 |
536 | 543 | [#731]: https://github.com/janl/mustache.js/issues/731 |
537 | 544 | [#735]: https://github.com/janl/mustache.js/issues/735 |
| 545 | +[#739]: https://github.com/janl/mustache.js/issues/739 |
538 | 546 |
|
539 | 547 | [@afc163]: https://github.com/afc163 |
| 548 | +[@aielo]: https://github.com/aielo |
540 | 549 | [@andersk]: https://github.com/andersk |
541 | 550 | [@Andersos]: https://github.com/Andersos |
542 | 551 | [@AndrewLeedham]: https://github.com/AndrewLeedham |
|
0 commit comments