Skip to content

Commit

Permalink
docs: Add v2.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elenakrittik committed Mar 13, 2024
1 parent c7e9fb3 commit 79b43d0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v2.0.0 -> v2.1.0

## Features

- Implement `XMLNode.dump_file`, `XMLNode.dump_buffer` and `XMLNode.dump_str`.
- Implement support for CDATA nodes.

## Bug Fixes

- Only remove trailing blankets instead of all.
- Concatenate all `NODE_TEXT` nodes' contents instead of respecting only the first one.

## Deprecations

- Deprecate `XML.dump_file`, `XML.dump_buffer` and `XML.dump_str`.

## Internal Changes

- Improve type safety across the codebase.
- Improve documentation and README wording.
- Miscellaneous code clean-ups.

# v1.0.0 -> v2.0.0

## Breaking Changes
Expand Down

0 comments on commit 79b43d0

Please sign in to comment.