Sourced from cython's changelog.
3.1.3 (2025-??-??)
Bugs fixed
Some method calls with 0 or 1 argument failed to use
PyObject_VectorCallMethod().
cython.pythread_type_lock(also used as fallback forcython.pymutex) could stall on heavily contended locks. (Github issue :issue:6999)C string arrays (not pointers) always coerced to the Python default string type, even on explicit casts to other string types. (Github issue :issue:
7020)An internal C function was not marked as
staticand leaked a linker symbol. (Github issue :issue:6957)Compatibility with PyPy3.8 was lost by accident.
The Linux binary wheels of 3.1.2 used SSSE3 CPU instructions which are not available on some CPUs. (Github issue :issue:
7038)
8a1b3c1
Build: Explicitly exclude GraalPython and Freethreaded Python wheels
because ...c1a622f
Update changelog.68ff5dc
Fix code-generation with walrus+literals (GH-6989)85aeae1
Fix bug with tokenizing apparent named character literals in raw string
(#7057)308c3f9
Build: Exclude freethreading Python wheels in 3.1.x because we currently
use ...0edc673
Build: Fix matrix generation.f95a8ba
Build: Use latest cibuildwheel to include Py3.14.968aecf
Prepare release of 3.1.3.9cee731
Update changelog.d4cb2fd
Build: Do not require wheel for building (GH-7084)Sourced from towncrier's releases.
Towncrier 24.8.0 (2024-08-23)
Features
- Add
.gitkeepas an ignored filename. (#643)- Config ignore option now supports wildcard matching via fnmatch. (#644)
- Add a config for enforcing issue names using regex. (#649)
Bugfixes
- The template file is now ignored based only on the file name. (#638)
- Control of the header formatting is once again completely up to the user when they are writing markdown files (fixes a regression introduced in [#610](twisted/towncrier#610)). (#651)
- Fixed an issue where issue_template failed recognizing the issue name of files with a non-category suffix (.md) (#654)
- Fixed a bug where orphan news fragments (e.g. +abc1234.feature) would fail when an issue_pattern is configured. Orphan news fragments are now excempt from issue_pattern checks. (#655)
Deprecations and Removals
Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml
towncrier.__version__ was removed, after being deprecated in 23.6.0. (#640)
Misc
Towncrier 24.8.0rc1 (2024-08-19)
Features
- Add
.gitkeepas an ignored filename.
... (truncated)
Sourced from towncrier's changelog.
Towncrier 24.8.0 (2024-08-23)
No changes since the previous release candidate.
Features
- Add
.gitkeepas an ignored filename. ([#643](https://github.com/twisted/towncrier/issues/643) <https://github.com/twisted/towncrier/issues/643>_)- Config
ignoreoption now supports wildcard matching viafnmatch <https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch>. ([#644](https://github.com/twisted/towncrier/issues/644) <https://github.com/twisted/towncrier/issues/644>)- Add a config for enforcing issue names using regex. (
[#649](https://github.com/twisted/towncrier/issues/649) <https://github.com/twisted/towncrier/issues/649>_)Bugfixes
- The template file is now ignored based only on the file name. (
[#638](https://github.com/twisted/towncrier/issues/638) <https://github.com/twisted/towncrier/issues/638>_)- Control of the header formatting is once again completely up to the user when they are writing markdown files (fixes a regression introduced in #610). (
[#651](https://github.com/twisted/towncrier/issues/651) <https://github.com/twisted/towncrier/issues/651>_)- Fixed an issue where
issue_templatefailed recognizing the issue name of files with a non-category suffix (.md) ([#654](https://github.com/twisted/towncrier/issues/654) <https://github.com/twisted/towncrier/issues/654>_)- Fixed a bug where orphan news fragments (e.g. +abc1234.feature) would fail when an
issue_patternis configured. Orphan news fragments are now excempt fromissue_patternchecks. ([#655](https://github.com/twisted/towncrier/issues/655) <https://github.com/twisted/towncrier/issues/655>_)Deprecations and Removals
Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml
towncrier.version was removed, after being deprecated in 23.6.0. (
[#640](https://github.com/twisted/towncrier/issues/640) <https://github.com/twisted/towncrier/issues/640>_)Misc
[#640](https://github.com/twisted/towncrier/issues/640) <https://github.com/twisted/towncrier/issues/640>,[#657](https://github.com/twisted/towncrier/issues/657) <https://github.com/twisted/towncrier/issues/657>Towncrier 24.7.1 (2024-07-31)
No significant changes since the previous release candidate.
Bugfixes
- When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (
[#632](https://github.com/twisted/towncrier/issues/632) <https://github.com/twisted/towncrier/issues/632>_)Misc
... (truncated)
833647e
Update final release.f944515
Update release docs.261c8a2
venv/bin/towncrier build --yes89ff29c
Update version.cb09ddf
Remove a stray "c" in the docs (#657)4aa8174
handle empty issue names (#656)c24e5a1
Update src/towncrier/test/test_check.py4d1cd36
Merge branch 'trunk' of https://github.com/dorschw/towncrier
into trunk51129c7
fix comment4a94d4a
Use terminology from tutorial