Add CHANGES and release notes for [GL #2245]

This commit is contained in:
Mark Andrews
2020-12-02 16:08:39 +11:00
parent 09f00ad5dd
commit fc4af548e7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
5551. [bug] Only assign threads to CPUs in the CPU affinity set.
Thanks to Ole Bjørn Hessen. [GL #2245]
5550. [func] Print a warning when falling back to the "increment" SOA
serial method. [GL #2058]

View File

@@ -46,4 +46,6 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- None.
- Only assign threads to CPUs in the CPU affinity set, so that ``named`` no
longer attempts to run threads on CPUs outside the affinity set. Thanks to
Ole Bjørn Hessen. [GL #2245]