Skip to content

Commit

Permalink
docs: Add v2.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elenakrittik committed Jun 6, 2024
1 parent 016987f commit 981e24f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2.1.0 -> v2.1.1

## Bug Fixes

- GodotXML now escapes nodes', attributes' and CDATAs' contents. This means that, e.g., doing `node.attributes.abc = '"Quoted"'`, dumping `node`, and parsing it back will now properly set `abc = '"Quoted"'`, instead of issuing a parsing error.

## Miscellaneous

- The README now better describes how to use the addon, as well as includes a "Version Guarantees" section.

# v2.0.0 -> v2.1.0

## Features
Expand Down

0 comments on commit 981e24f

Please sign in to comment.