add minitimal changelog

This commit is contained in:
benoitc 2023-07-17 21:36:31 +02:00
parent f72acb6c0e
commit 0304f006e6
2 changed files with 35 additions and 2 deletions

20
docs/source/2023-news.rst Normal file
View File

@ -0,0 +1,20 @@
================
Changelog - 2023
================
21.0.0 - 2023-07-17
===================
- support python 3.11
- fix gevent and eventlet workers
- fix threads support (gththread): improve performance and unblock requests
- SSL: noaw use SSLContext object
- HTTP parser: miscellaneous fixes
- remove unecessary setuid calls
- fix testing
- improve logging
- miscellaneous fixes to core engine
*** RELEASE NOTE ***
We made this release major to start our new release cycle. More info will be provided on our discussion forum.

View File

@ -2,10 +2,22 @@
Changelog
=========
21.0.0 - 2023-07-11
21.0.0 - 2023-07-17
===================
- TBD
- support python 3.11
- fix gevent and eventlet workers
- fix threads support (gththread): improve performance and unblock requests
- SSL: noaw use SSLContext object
- HTTP parser: miscellaneous fixes
- remove unecessary setuid calls
- fix testing
- improve logging
- miscellaneous fixes to core engine
*** RELEASE NOTE ***
We made this release major to start our new release cycle. More info will be provided on our discussion forum.
History
=======
@ -13,6 +25,7 @@ History
.. toctree::
:titlesonly:
2023-news
2021-news
2020-news
2019-news