Skip to content

Commit 28c31aa

Browse files
committed
Fix CHANGES entry for non-decodable bytes
1 parent a22dfab commit 28c31aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Incompatible changes
1414
* #13639: :py:meth:`!SphinxComponentRegistry.create_source_parser` no longer
1515
has an *app* parameter, instead taking *config* and *env*.
1616
Patch by Adam Turner.
17+
* #13679: Non-decodable characters in source files now raise an error.
18+
Such bytes have been replaced with '?' along with logging a warning
19+
since Sphinx 2.0.
20+
Patch by Adam Turner.
1721
* #13751, #14089: :mod:`sphinx.ext.autodoc` has been substantially rewritten,
1822
and there may be some incompatible changes in edge cases, especially when
1923
extensions interact with autodoc internals.
@@ -38,9 +42,6 @@ Deprecated
3842
* #13665: Deprecate support for non-UTF 8 source encodings,
3943
scheduled for removal in Sphinx 10.
4044
Patch by Adam Turner.
41-
* #13679: Non-decodable characters in source files will raise an error in Sphinx 9.
42-
Currently, such bytes are replaced with '?' along with logging a warning.
43-
Patch by Adam Turner.
4445
* #13682: Deprecate :py:mod:`!sphinx.io`.
4546
Sphinx no longer uses the :py:mod:`!sphinx.io` classes,
4647
having replaced them with standard Python I/O.

0 commit comments

Comments
 (0)