Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
999eagle committed Jul 22, 2022
1 parent c972101 commit c3a07b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
- [#423]: All escaping functions now accepts and returns strings instead of byte slices
- [#423]: Removed `BytesText::from_plain` because it internally did escaping of a byte array,
but since now escaping works on strings. Use `BytesText::from_plain_str` instead
- [#425]: Split the internal implementation of `Reader` into multiple files to better separate the
buffered and unbuffered implementations. The buffered methods, e.g. `read_event_into(&mut buf)`,
will no longer be available when reading from a slice.

### New Tests

Expand Down Expand Up @@ -167,6 +170,7 @@
[#418]: https://github.com/tafia/quick-xml/pull/418
[#421]: https://github.com/tafia/quick-xml/pull/421
[#423]: https://github.com/tafia/quick-xml/pull/423
[#425]: https://github.com/tafia/quick-xml/pull/425

## 0.23.0 -- 2022-05-08

Expand Down

0 comments on commit c3a07b6

Please sign in to comment.