forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de4b773
commit e6c8560
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!* | ||
|