From cc3b4567cb726c782a0a9e0ddd942fbd20b260c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Sat, 29 Oct 2016 17:49:27 +0200 Subject: [PATCH] Update release notes --- ReleaseNotes.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 83fdc692d..87f00ccfd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,22 @@ -# 0.4.0 (23 janvier 2016) +# 0.5.0 (2016-10-29) + - [#314](https://github.com/Code52/pretzel/pull/314) - Fix the files are rendered too much time contributed by Jérémie Bertrand ([laedit](https://github.com/laedit)) + - [#313](https://github.com/Code52/pretzel/pull/313) - Minor typos contributed by Stephen Moon ([s-moon](https://github.com/s-moon)) + - [#310](https://github.com/Code52/pretzel/pull/310) - Update FileContentProvider.cs contributed by mark van tilburg ([markvantilburg](https://github.com/markvantilburg)) + - [#309](https://github.com/Code52/pretzel/pull/309) - Update packages.config contributed by mark van tilburg ([markvantilburg](https://github.com/markvantilburg)) + - [#306](https://github.com/Code52/pretzel/pull/306) - Added support for specifying frontmatter defaults in _config.yml contributed by Taco Ditiecher ([tditiecher](https://github.com/tditiecher)) + - [#304](https://github.com/Code52/pretzel/pull/304) - Added DateToStringFilter to the LiquidEngine. contributed by Taco Ditiecher ([tditiecher](https://github.com/tditiecher)) +fix + - [#298](https://github.com/Code52/pretzel/pull/298) - Replace Firefly with Nowin contributed by E.Z. Hart ([hartez](https://github.com/hartez)) + - [#297](https://github.com/Code52/pretzel/pull/297) - Prevent adding of duplicate tags during PreProcess() in RazorSiteEngine contributed by E.Z. Hart ([hartez](https://github.com/hartez)) + - [#296](https://github.com/Code52/pretzel/issues/296) - ArgumentException when modifying a page while taste is running +fix + - [#164](https://github.com/Code52/pretzel/issues/164) - Exception while navigating between pages during tasting +fix + - [#147](https://github.com/Code52/pretzel/issues/147) - Sporadically crashes on "Taste" caused by 'Cannot access a disposed object.' +fix + - [#102](https://github.com/Code52/pretzel/issues/102) - Crash when browsing a site hosted in Pretzel taste +fix + +Commits: 1e49a174fc...a0634fdcec + + +# 0.4.0 (2016-01-23) ## Breaking changes - [#287](https://github.com/Code52/pretzel/pull/287) - Accessible configuration contributed by Jérémie Bertrand ([laedit](https://github.com/laedit))