Skip to content

Commit f68964b

Browse files
committed
Highlight breaking changes, fix typo in CHANGELOG
1 parent fd645f6 commit f68964b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# 0.8.0 (August 4, 2019)
22

3-
This release adds support for decoding and decoding ordered sequences of
3+
This release adds support for decoding and encoding ordered sequences of
44
different elements as enums with associated values. In addition, XMLCoder now
55
supports Linux. Many thanks to [@jsbean](https://github.com/jsbean),
66
[@bwetherfield](https://github.com/bwetherfield) and
77
[@drewag](https://github.com/drewag) for implementing this!
88

9+
**Breaking changes:**
10+
11+
- Fixed typo in `XMLDecoder` property: `errorContextLenght` has been renamed to `errorContextLength` in [\#114](https://github.com/MaxDesiatov/XMLCoder/pull/114).
12+
913
**Closed issues:**
1014

1115
- XML with autoclosed tags [\#116](https://github.com/MaxDesiatov/XMLCoder/issues/116)

0 commit comments

Comments
 (0)