You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# 0.8.0 (August 4, 2019)
2
2
3
-
This release adds support for decoding and decoding ordered sequences of
3
+
This release adds support for decoding and encoding ordered sequences of
4
4
different elements as enums with associated values. In addition, XMLCoder now
5
5
supports Linux. Many thanks to [@jsbean](https://github.com/jsbean),
6
6
[@bwetherfield](https://github.com/bwetherfield) and
7
7
[@drewag](https://github.com/drewag) for implementing this!
8
8
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
+
9
13
**Closed issues:**
10
14
11
15
- XML with autoclosed tags [\#116](https://github.com/MaxDesiatov/XMLCoder/issues/116)
0 commit comments