Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 6eff504

Browse files
committed
Updates CHANGELOG entries for #9
- Rephrases them slightly to follow wording/phrasing conventions we generally use to detail changes due to pull requests. - Fixes some markdown whitespace issues that were causing rendering issues. - Sets date for 0.3.1 release.
1 parent b7a8388 commit 6eff504

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 0.3.1 - TBD
5+
## 0.3.1 - 2018-07-25
66

77
### Added
88

@@ -22,12 +22,12 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- [#9](https://github.com/zendframework/zend-expressive-authentication-basic/pull/9)
26-
If the decoded authentication string did contain a colon, a PHP Warning was thrown in PHP 7.2
25+
- [#9](https://github.com/zendframework/zend-expressive-authentication-basic/pull/9) fixes an issue in PHP 7.2 that occurred when the decoded
26+
authentication string did not contain a colon (`:`). It now correctly
27+
interprets this as a lack of credentials.
28+
29+
- [#9](https://github.com/zendframework/zend-expressive-authentication-basic/pull/9) provides a fix that allows passwords that contain colons.
2730

28-
- [#9](https://github.com/zendframework/zend-expressive-authentication-basic/pull/9)
29-
It was not possible to use passwords that contained colons
30-
3131
## 0.3.0 - 2018-03-15
3232

3333
### Added

0 commit comments

Comments
 (0)