Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Mar 13, 2019
1 parent 0e846bb commit a46438e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of phpDox

## phpDox 0.12.0 (?? ??? ????)
## phpDox 0.12.0 (13 Mar 2019)

Note: This release requires PHP 7.1+

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

### Fixed
* [#271](https://github.com/theseer/phpdox/issues/271): Fix TokenFile not Found Error on Windows

### Merged
* [#352](https://github.com/theseer/phpdox/pull/352): Fix bad exit status 255 generated by uncaught TypeError
* [#335](https://github.com/theseer/phpdox/pull/335): Make this compatible with PHPUnit 7.2


## phpDox 0.11.2 (22 May 2018)

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

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

### Fixed
* [#320](https://github.com/theseer/phpdox/issues/320): Multiline annotation for class constants fails to add subsequent lines
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a46438e

Please sign in to comment.