use non random numbers in CHANGES

This commit is contained in:
Barak A Katzir 2025-02-14 00:05:01 +02:00
parent d0b5a06dc8
commit 01cf8b1fda
No known key found for this signature in database
GPG Key ID: E4D7B62ACDD24441
2 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ Contributors
* Andi Albrecht -- agogo theme
* Antonio Valentino -- qthelp builder, docstring inheritance
* Antti Kaihola -- doctest extension (skipif option)
* Barak Katzir -- autodoc improvements
* Barry Warsaw -- setup command improvements
* Ben Egan -- Napoleon improvements & viewcode improvements
* Benjamin Peterson -- unittests

View File

@ -33,7 +33,7 @@ Deprecated
Features added
--------------
* #13098: autodoc: overloaded function or method can now be customized in the
* #10351, #10359: autodoc: overloaded function or method can now be customized in the
'autodoc-before-process-signature' and 'autodoc-process-signature' events.
Patch by Barak Katzir.
* #13173: Add a new ``duplicate_declaration`` warning type,
@ -118,8 +118,8 @@ Features added
Bugs fixed
----------
* #13097: autodoc: :confval:`autodoc_type_aliases` is now supported by overload
signatures of functions and methods.
* #9813: autodoc: partial bugfix, :confval:`autodoc_type_aliases` is now supported
by overload signatures of functions and methods.
Patch by Barak Katzir.
* #12463: autosummary: Respect an empty module ``__all__``.
Patch by Valentin Pratz