From 13ee39406dc3d959c5704b462a3dbc3cbf088f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Wed, 10 Apr 2019 13:41:26 +0200 Subject: [PATCH] Prepare next release --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4909c8f..17d5dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +## [0.3.4] - 2019-04-10 + +### Fixed +- Population of `$arguments` variable + + +## [0.3.3] - 2019-03-18 + ### Fixed - Population of `$arguments` variable - Usage of deprecated classes + ## [0.3.2] - 2018-12-10 + ### Added - Add support for Symfony 4 @@ -20,24 +31,29 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Update requirements to allow twig 2.x + ## [0.3.0] - 2016-03-31 ### Added - Add `$environment` and `$context` variables - Allow to inspect function arguments + ## [0.2.0] - 2016-03-10 ### Added - Add Symfony Bundle + ## 0.1.0 - 2016-03-09 ### Added - Add `breakpoint` function -[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.2...master +[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.4...master +[0.3.4]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.3...0.3.4 +[0.3.3]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.2.0...0.3.0