docs: add SIGCLD fix to changelog

This commit is contained in:
Benoit Chesneau 2026-01-23 21:26:35 +01:00
parent 3179789f46
commit 7ef34796ae

View File

@ -27,6 +27,10 @@
### Bug Fixes
- Fix signal handling regression where SIGCLD alias caused "Unhandled signal: cld"
errors on Linux when workers fail during boot
([#3453](https://github.com/benoitc/gunicorn/discussions/3453))
- Fix socket blocking mode on keepalive connections preventing SSL handshake
failures with async workers
([PR #3452](https://github.com/benoitc/gunicorn/pull/3452))