diff --git a/CHANGELOG.md b/CHANGELOG.md index bffb460e9..3ddc5a24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -Latest release: 4.3.0 (2017/08/27) +Latest release: 4.3.2 (2017/09/19) All previous release change logs: +* [4.3.2 (2017/09/19)](Documentation/Changelog/4.3.2.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.1...4.3.2) +* [4.3.1 (2017/08/27)](Documentation/Changelog/4.3.1.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.3.0...4.3.1) * [4.3.0 (2017/08/27)](Documentation/Changelog/4.3.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.2.0...4.3.0) * [4.2.0 (2017/04/13)](Documentation/Changelog/4.2.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.1.0...4.2.0) * [4.1.0 (2017/03/05)](Documentation/Changelog/4.1.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/4.0.0...4.1.0) diff --git a/Documentation/Changelog/4.3.2.md b/Documentation/Changelog/4.3.2.md new file mode 100644 index 000000000..dce4f6ded --- /dev/null +++ b/Documentation/Changelog/4.3.2.md @@ -0,0 +1,21 @@ +## Release: 4.3.2 (2017/09/19) + +* 2017-09-15 [BUGFIX] Correct handling of language overlays (#1366) (Commit 4d7f0e1a by Claus Due) +* 2017-09-15 [BUGFIX] Don't urlencode image urls (#1367) (Commit 816ad72d by Björn Fromme) +* 2017-09-12 [BUGFIX] Filter empty array indexes in language menu (#1381) (Commit fc0e2aad by Cedric Ziel) +* 2017-09-04 [BUGFIX] Correctly instantiate ObjectManager (#1368) (Commit e834e9a7 by Cedric Ziel) +* 2017-08-30 [BUGFIX] Add additional sanity checks for colPos and uid-lists (#1362) (Commit 6ae3b95f by Claus Due) +* 2017-08-28 [BUGFIX] Fix if condition to check if array is *not* empty (#1361) (Commit f26e7c7e by Ralf Merz) + +Generated by: + +``` +git log --since="2017/08/27" --until="2017/09/19" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \ + --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'` +``` + +Full list of changes: https://github.com/FluidTYPO3/vhs/compare/4.3.0...4.3.2 + +*Please note: the change list above does not contain any TASK commits since they are considered +infrastructure-only and not relevant to end users. The full list includes these!* +