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

Commit 7b053e3

Browse files
committed
Adds CHANGELOG for #178
1 parent 4437ff1 commit 7b053e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ All notable changes to this project will be documented in this file, in reverse
3535
when representing the element; this change allows developers to override the
3636
format, which was the original intention.
3737

38+
- [#178](https://github.com/zendframework/zend-form/pull/178) loosens the checks
39+
in `Zend\Form\Element\DateTime::getValue()` to check against PHP's `DateTimeInterface` (vs
40+
`DateTime`) when retrieving the value; this fixes edge cases where it was
41+
instead returning the format for `DateTimeImmutable` values.
42+
3843
## 2.10.3 - TBD
3944

4045
### Added

0 commit comments

Comments
 (0)