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

Commit e5812fa

Browse files
committed
Adds CHANGELOG entry for #27
1 parent 8dd77ec commit e5812fa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions prior to 0.4.0 were released as the package "weierophinney/hal".
66

7+
## 0.6.2 - 2018-01-03
8+
9+
### Added
10+
11+
- Nothing.
12+
13+
### Changed
14+
15+
- [#27](https://github.com/zendframework/zend-expressive-hal/pull/27) modifies
16+
the `XmlRenderer` to raise an exception when attempting to render objects that
17+
are not serializable to strings.
18+
19+
### Deprecated
20+
21+
- Nothing.
22+
23+
### Removed
24+
25+
- Nothing.
26+
27+
### Fixed
28+
29+
- [#27](https://github.com/zendframework/zend-expressive-hal/pull/27) adds
30+
handling for `DateTime` and string serializable objects to the `XmlRenderer`,
31+
allowing them to be rendered.
32+
733
## 0.6.1 - 2017-12-12
834

935
### Added

0 commit comments

Comments
 (0)