Skip to content

Commit 73a370a

Browse files
committed
Adjusted changelog
1 parent 8f9fb8f commit 73a370a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.14.0
2+
3+
Released on ?.
4+
5+
- Added more overloads for `ToXml` and `ToMarkup`
6+
- Allow transforming all empty elements to self closing tags
7+
- Serialize self-closing tags correctly (#11)
8+
19
# 0.13.0
210

311
Released on Friday, September 6 2019.

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<PropertyGroup>
33
<Description>Adds a powerful XML and DTD parser to AngleSharp.</Description>
44
<Product>AngleSharp.Xml</Product>
5-
<Version>0.13.0</Version>
5+
<Version>0.14.0</Version>
66
</PropertyGroup>
7-
</Project>
7+
</Project>

0 commit comments

Comments
 (0)