From a4a40166317c5ead8b6c816d02019378b4789199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Sat, 23 Jan 2016 11:24:11 +0100 Subject: [PATCH] Update release notes --- ReleaseNotes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5b1c07a61..83fdc692d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,22 @@ +# 0.4.0 (23 janvier 2016) + + +## Breaking changes + - [#287](https://github.com/Code52/pretzel/pull/287) - Accessible configuration contributed by Jérémie Bertrand ([laedit](https://github.com/laedit)) + +## Fixes + - [#294](https://github.com/Code52/pretzel/pull/294) - Fix failing build on dev machine configured for NuGet V3 contributed by Tim Murphy ([TimMurphy](https://github.com/TimMurphy)) + - [#293](https://github.com/Code52/pretzel/issues/293) - Broken razor template inheritance + - [#292](https://github.com/Code52/pretzel/pull/292) - Fix on Razor based pages not being renamed to .html contributed by Kees Schollaart ([keesschollaart81](https://github.com/keesschollaart81)) + + +## Features + - [#288](https://github.com/Code52/pretzel/pull/288) - [RFC] new extension point `IBeforeProcessingTransform` contributed by Thomas Freudenberg ([thoemmi](https://github.com/thoemmi)) + - [#284](https://github.com/Code52/pretzel/pull/284) - New command : create new post contributed by Keuvain ([k94ll13nn3](https://github.com/k94ll13nn3)) + +Commits: [4d8fcaa1a0...142be2a212](https://github.com/Code52/pretzel/compare/4d8fcaa1a0...142be2a212) + + # 0.3.0 ## Breaking changes