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

Commit 9899dd8

Browse files
committed
Updates CHANGELOG for #29
- Adds `Changed` section - Updates link to docs in an entry for the current changelog - Adds an entry for #29
1 parent 64eca47 commit 9899dd8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ All notable changes to this project will be documented in this file, in reverse
77
### Added
88

99
- [#9](https://github.com/zendframework/zend-authentication/pull/9) adds and
10-
publishes documentation to https://zendframework.github.io/zend-authentication/
10+
publishes documentation to https://docs.zendframework.com/zend-authentication/
11+
12+
### Changed
13+
14+
- Nothing.
1115

1216
### Deprecated
1317

@@ -19,7 +23,9 @@ All notable changes to this project will be documented in this file, in reverse
1923

2024
### Fixed
2125

22-
- Nothing.
26+
- [#29](https://github.com/zendframework/zend-authentication/pull/29) fixes how the HTTP Auth adapter treats credentials,
27+
ensuring it splits only on the first `:` character, and thus allows `:` characters
28+
as part of the password segment of the credential.
2329

2430
## 2.5.3 - 2016-02-29
2531

0 commit comments

Comments
 (0)