You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog of phpDox
2
2
3
-
## phpDox 0.12.0 (?? ??? ????)
3
+
## phpDox 0.12.0 (13 Mar 2019)
4
4
5
5
Note: This release requires PHP 7.1+
6
6
@@ -9,6 +9,13 @@ Note: This release requires PHP 7.1+
9
9
* Changed all sources to follow PHP 7 syntax
10
10
* Updated php core classes and interfaces data
11
11
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
+
12
19
13
20
## phpDox 0.11.2 (22 May 2018)
14
21
@@ -33,7 +40,7 @@ Note: 0.11.x is the last series of releases that supports running under PHP 5.x
33
40
34
41
### Merged
35
42
*[#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
37
44
38
45
### Fixed
39
46
*[#320](https://github.com/theseer/phpdox/issues/320): Multiline annotation for class constants fails to add subsequent lines
0 commit comments