From d2766d15cab22c1efc867e64c9557b51fc4248e6 Mon Sep 17 00:00:00 2001 From: John Fitzpatrick Date: Tue, 22 Sep 2020 21:43:52 +1000 Subject: [PATCH] Update CHANGELOG.md Resolves #14. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5268323..1153767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.x-dev] - TBC + +### Added + +- Support for multiple files +- Support for Symfony 5 YAML component +- Branch alias for 1.1.x-dev + +### Updated + +- Readme and licence docs +- `composer.lock` tracks `symfony/yaml` v5.0.5 + ## [1.1.3] - 2018-03-27 ### Updated @@ -50,3 +63,10 @@ ### Added - Initial release + +[1.0.0]: https://github.com/j13k/yaml-lint/compare/e2142c1..1.0.0 +[1.1.0]: https://github.com/j13k/yaml-lint/compare/1.0.0..1.1.0 +[1.1.1]: https://github.com/j13k/yaml-lint/compare/1.1.0..1.1.1 +[1.1.2]: https://github.com/j13k/yaml-lint/compare/1.1.1..1.1.2 +[1.1.3]: https://github.com/j13k/yaml-lint/compare/1.1.2..1.1.3 +[1.1.x-dev]: https://github.com/j13k/yaml-lint/compare/1.1.3..HEAD