Skip to content

Commit

Permalink
docs: prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Oct 10, 2024
1 parent bfcab86 commit 85b13ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ For the purpose of determining breaking changes:

[python-versions]: https://devguide.python.org/versions/#supported-versions

## [Unreleased]
## [1.1.0] - 2024-10-10

[unreleased]: https://github.com/rogdham/bigxml/compare/v1.0.1...HEAD
[1.1.0]: https://github.com/rogdham/bigxml/compare/v1.0.1...v1.1.0

This release adds support for the buffer protocol. It was working already in previous
versions, but now it's official.

### :rocket: Added

Expand Down
5 changes: 4 additions & 1 deletion docs/src/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Files open **in binary mode**, `io.BytesIO`, etc.

## Bytes-like objects

`bytes`, `bytearray`, `memoryview`, etc.
Any object supporting the [buffer protocol][bufproto]: `bytes`, `bytearray`,
`memoryview`, etc.

[bufproto]: https://docs.python.org/3/reference/datamodel.html#python-buffer-protocol

:::python
>>> @xml_handle_element("root")
Expand Down

0 comments on commit 85b13ed

Please sign in to comment.