Skip to content

Commit 00194eb

Browse files
Prepare release
1 parent 516bfb8 commit 00194eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.12] - 2015-10-12
6+
7+
### Changed
8+
9+
* Merged [#1893](https://github.com/sebastianbergmann/phpunit/issues/1893): Removed workaround for phpab bug
10+
511
## [4.8.11] - 2015-10-07
612

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

94+
[4.8.12]: https://github.com/sebastianbergmann/phpunit/compare/4.8.11...4.8.12
8895
[4.8.11]: https://github.com/sebastianbergmann/phpunit/compare/4.8.10...4.8.11
8996
[4.8.10]: https://github.com/sebastianbergmann/phpunit/compare/4.8.9...4.8.10
9097
[4.8.9]: https://github.com/sebastianbergmann/phpunit/compare/4.8.8...4.8.9

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function id()
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new SebastianBergmann\Version('4.8.11', dirname(dirname(__DIR__)));
33+
$version = new SebastianBergmann\Version('4.8.12', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)