Skip to content

Commit 85b13ed

Browse files
committed
docs: prepare v1.1.0
1 parent bfcab86 commit 85b13ed

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ For the purpose of determining breaking changes:
1414

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

17-
## [Unreleased]
17+
## [1.1.0] - 2024-10-10
1818

19-
[unreleased]: https://github.com/rogdham/bigxml/compare/v1.0.1...HEAD
19+
[1.1.0]: https://github.com/rogdham/bigxml/compare/v1.0.1...v1.1.0
20+
21+
This release adds support for the buffer protocol. It was working already in previous
22+
versions, but now it's official.
2023

2124
### :rocket: Added
2225

docs/src/streams.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Files open **in binary mode**, `io.BytesIO`, etc.
2323

2424
## Bytes-like objects
2525

26-
`bytes`, `bytearray`, `memoryview`, etc.
26+
Any object supporting the [buffer protocol][bufproto]: `bytes`, `bytearray`,
27+
`memoryview`, etc.
28+
29+
[bufproto]: https://docs.python.org/3/reference/datamodel.html#python-buffer-protocol
2730

2831
:::python
2932
>>> @xml_handle_element("root")

0 commit comments

Comments
 (0)