Skip to content

Commit 29af24f

Browse files
Version 2.0.17
1 parent 2aac95a commit 29af24f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 2.0.17 - 2018-07-04
2+
3+
* Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1.
4+
We could not reproduce this failure locally, so we've suppressed the
5+
`MissingReturnType` check (that is to say, demoted it to "info").
6+
17
### Version 2.0.16 - 2018-07-04
28

39
* Fixed type-checking consistencies that forced us to use Psalm in

lib/random.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Random_* Compatibility Library
44
* for using the new PHP 7 random_* API in PHP 5 projects
55
*
6-
* @version 2.0.16
6+
* @version 2.0.17
77
* @released 2018-07-04
88
*
99
* The MIT License (MIT)

0 commit comments

Comments
 (0)