Skip to content

Commit bc76e14

Browse files
henryiiir266-tech
andauthored
chore: update changelog for 26.2 (#1161)
* chore: update changelog for 26.2 Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * Update pull request references in CHANGELOG * Update CHANGELOG.rst Co-authored-by: r266-tech <r2668940489@gmail.com> * Update changelog for pickle-safety enhancements Consolidate pickle-safety updates for Version, Specifier, SpecifierSet, Tag, Marker, and Requirement, ensuring backward compatibility with earlier pickles. * Add entry for new pickle guarantees test * Reformat long line --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu> Co-authored-by: r266-tech <r2668940489@gmail.com>
1 parent 3f00091 commit bc76e14

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,26 @@ Changelog
66

77
Fixes:
88

9-
* Make ``Version`` pickle-safe and backward-compatible with pickles created
10-
before 26.1 that reference the removed ``packaging._structures`` module
11-
(:pull:`1163`)
9+
* Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`)
10+
* Make ``Version``, ``Specifier``, ``SpecifierSet``, ``Tag``, ``Marker``, and ``Requirement`` pickle-safe
11+
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
12+
``packaging._structures`` module) (:pull:`1163`, :pull:`1168`, :pull:`1170`, :pull:`1171`)
13+
14+
Documentation:
15+
16+
* Add errors section and fix missing details in (:pull:`1159`)
17+
18+
Internal:
19+
20+
* Enable the auditor persona on zizmor in (:pull:`1158`)
21+
* Test new pickle gaurentees in (:pull:`1074`)
1222

1323
26.1 - 2026-04-14
1424
~~~~~~~~~~~~~~~~~
1525

1626
Features:
1727

18-
* PEP 783: add handling for Emscripten wheel tags in (:pull:`804`)
28+
* PEP 783: add handling for Emscripten wheel tags in (:pull:`804`) (old name used in implementation, fixed in next release)
1929
* PEP 803: add handling for the ``abi3.abi3t`` free-threading tag in (:pull:`1099`)
2030
* PEP 723: add ``packaging.dependency_groups`` module, based on the ``dependency-groups`` package in (:pull:`1065`)
2131
* Add the ``packaging.direct_url`` module in (:pull:`944`)

0 commit comments

Comments
 (0)