Skip to content

Commit a46438e

Browse files
committed
Release 0.12.0
1 parent 0e846bb commit a46438e

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog of phpDox
22

3-
## phpDox 0.12.0 (?? ??? ????)
3+
## phpDox 0.12.0 (13 Mar 2019)
44

55
Note: This release requires PHP 7.1+
66

@@ -9,6 +9,13 @@ Note: This release requires PHP 7.1+
99
* Changed all sources to follow PHP 7 syntax
1010
* Updated php core classes and interfaces data
1111

12+
### Fixed
13+
* [#271](https://github.com/theseer/phpdox/issues/271): Fix TokenFile not Found Error on Windows
14+
15+
### Merged
16+
* [#352](https://github.com/theseer/phpdox/pull/352): Fix bad exit status 255 generated by uncaught TypeError
17+
* [#335](https://github.com/theseer/phpdox/pull/335): Make this compatible with PHPUnit 7.2
18+
1219

1320
## phpDox 0.11.2 (22 May 2018)
1421

@@ -33,7 +40,7 @@ Note: 0.11.x is the last series of releases that supports running under PHP 5.x
3340

3441
### Merged
3542
* [#310](https://github.com/theseer/phpdox/pull/310): Make the build reproducible
36-
* [#319](https://github.com/theseer/phpdox/pull/319):Fixed: #315 count(): Parameter must be an array or an object that implements Countable
43+
* [#319](https://github.com/theseer/phpdox/pull/319): Fixed: #315 count(): Parameter must be an array or an object that implements Countable
3744

3845
### Fixed
3946
* [#320](https://github.com/theseer/phpdox/issues/320): Multiline annotation for class constants fails to add subsequent lines

composer.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)