Add CHANGES and release note for [GL #3978]

(cherry picked from commit fd889bf0ad)
This commit is contained in:
Tom Krizek 2023-03-30 15:32:59 +02:00
parent f3c0005257
commit b9b3b53e2c
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
6176. [test] Add support for using pytest & pytest-xdist to
execute the system test suite. [GL #3978]
6174. [bug] BIND could get stuck on reconfiguration when a
'listen' statement for HTTP is removed from the
configuration. That has been fixed. [GL #4071]

View file

@ -22,6 +22,9 @@ New Features
- None.
- The system test suite can now be executed with pytest (along with
pytest-xdist for parallel execution). :gl:`#3978`
Removed Features
~~~~~~~~~~~~~~~~