Update NEWS

This commit is contained in:
Jordan Williams 2022-07-22 15:40:49 -05:00
parent e62e42f84c
commit 625366dd0e
No known key found for this signature in database
GPG key ID: 9FB42B0E7F657D8C

3
NEWS
View file

@ -138,6 +138,9 @@ Fixes:
· Fix detection of atomic operations (dbus!306, Alex Richardson)
· Use DWARF 2 instead of STABS for debug symbols on Windows, for
compatibility with newer gcc versions (dbus!323, Marc-André Lureau)
· Fix use of paths relative to the dbus project directory when dbus is
vendored into a larger CMake project (dbus!332, Jordan Williams)
Tests and CI enhancements: