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

Commit a28a7ef

Browse files
committed
Clarifies CHANGELOG entry for #13
1 parent ae6806f commit a28a7ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- [#13](https://github.com/zendframework/zend-expressive-authentication/pull/13) fixes "Trying to get property of non-object" when no record found at PdoDatabase user repository.
25+
- [#13](https://github.com/zendframework/zend-expressive-authentication/pull/13)
26+
fixes an issue whereby fetching a record by an unknown username resulted in a
27+
"Trying to get property of non-object" error when using the `PdoDatabase` user
28+
repository implementation.
2629

2730
## 0.2.0 - 2017-11-27
2831

0 commit comments

Comments
 (0)