Skip to content

Commit fb75be0

Browse files
Update ChangeLog
1 parent 834840e commit fb75be0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-4.8.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 4.8 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [4.8.32] - 2017-MM-DD
6+
7+
### Fixed
8+
9+
* Fixed [#2428](https://github.com/sebastianbergmann/phpunit/pull/2428): Nested arrays specificied in XML configuration file are not handled correctly
10+
511
## [4.8.31] - 2016-12-09
612

713
### Fixed
@@ -221,6 +227,7 @@ New PHAR release due to updated dependencies
221227
* Made the argument check of `assertContains()` and `assertNotContains()` more strict to prevent undefined behavior such as [#1808](https://github.com/sebastianbergmann/phpunit/issues/1808)
222228
* Changed the name of the default group from `__nogroup__` to `default`
223229

230+
[4.8.32]: https://github.com/sebastianbergmann/phpunit/compare/4.8.31...4.8.32
224231
[4.8.31]: https://github.com/sebastianbergmann/phpunit/compare/4.8.30...4.8.31
225232
[4.8.30]: https://github.com/sebastianbergmann/phpunit/compare/4.8.29...4.8.30
226233
[4.8.29]: https://github.com/sebastianbergmann/phpunit/compare/4.8.28...4.8.29

0 commit comments

Comments
 (0)