Skip to content

Commit

Permalink
[DOC] Generate change log for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Apr 13, 2017
1 parent de4b773 commit e6c8560
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Latest release: 4.1.0 (2017/03/05)
Latest release: 4.2.0 (2017/04/13)

All previous release change logs:

* [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)
* [4.0.0 (2017/01/28)](Documentation/Changelog/4.0.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/3.1.0...4.0.0)
* [3.1.0 (2016/10/18)](Documentation/Changelog/3.1.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/3.0.1...3.1.0)
Expand Down
25 changes: 25 additions & 0 deletions Documentation/Changelog/4.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Release: 4.2.0 (2017/04/13)

* 2017-03-29 [FEATURE] Make "v" a global namespace (Commit 2527285 by Claus Due)
* 2017-03-28 [BUGFIX] Add missing parent calls (#1280) (Commit 01cb777 by Andreas Hartmann)
* 2017-03-27 [BUGFIX] Make iterator.sort work when cached (#1271) (Commit 9cdf360 by Christian Weiske)
* 2017-03-27 [BUGFIX] Early return on empty menu (#1279) (Commit fb0eabe by Björn Fromme)
* 2017-03-23 [BUGFIX] Prevent use of viewhelper in backend (#1251) (Commit 129f4c7 by Björn Fromme)
* 2017-03-20 [BUGFIX] Avoid overwriting variable (#1276) (Commit d9d5215 by Björn Fromme)
* 2017-03-07 [BUGFIX] Make ArrayConsumingViewHelperTrait::mergeArraysStatic static (#1268) (Commit 6157d4f by Cedric Ziel)
* 2017-03-05 [BUGFIX] Use non-sliding record get method when sliding is off (Commit 1814e76 by Claus Due)
* 2017-03-05 [BUGFIX] Reduce selected SQL fields to uid only when render=true (Commit 4f77050 by Claus Due)
* 2017-03-05 [FEATURE] Raise maximum supported TYPO3 version to 8.6 (Commit f47b867 by Claus Due)

Generated by:

```
git log --since="2017/03/05" --until="2017/04/13" --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.1.0...4.2.0

*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!*

0 comments on commit e6c8560

Please sign in to comment.