Skip to content

Commit 728f286

Browse files
committed
Adjust the whats new text.
1 parent 832335d commit 728f286

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,14 @@ itertools
421421
lzma
422422
----
423423

424-
* Add :const:`lzma.LZMA_VERSION` and :const:`lzma.LZMA_RUNTIME_VERSION`. The former
425-
reports the version string of the underlying ``lzma`` library during build while
426-
the later reports runtime version.
424+
* Add :const:`lzma.LZMA_VERSION`, :const:`lzma.LZMA_HEADER_VERSION`, and
425+
related constants. They report the version of the underlying ``lzma`` library
426+
found at runtime and the header versions used at build time.
427427
(Contributed by Chien Wong in :gh:`115988`.)
428428

429-
* Add support of new BCJ filters ARM64 and RISC-V via :const:`!lzma.FILTER_ARM64` and
430-
:const:`!lzma.FILTER_RISCV`.
431-
Note that the new filters will work only if runtime library supports them. ARM64 filter
429+
* Add support of new BCJ filters ARM64 and RISC-V via
430+
:const:`!lzma.FILTER_ARM64` and :const:`!lzma.FILTER_RISCV`. Note that the
431+
new filters will work only if runtime library supports them. ARM64 filter
432432
requires ``lzma`` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
433433
(Contributed by Chien Wong in :gh:`115988`.)
434434

0 commit comments

Comments
 (0)