Add changelog entry for dbus memleaks

This commit is contained in:
Benedikt Heine 2017-10-27 20:39:18 +02:00
parent df56528bdc
commit 75ba00ff06

View File

@ -8,6 +8,8 @@
### Fixed ### Fixed
- `new_icon` rule being ignored on notifications that had a raw icon - `new_icon` rule being ignored on notifications that had a raw icon
- Do not replace format strings, which are in notification content - Do not replace format strings, which are in notification content
- DBus related memory leaks closed:
On the DBus connection, all hints never got freed. For raw icons, dunst saved them three times.
## Changed ## Changed
- transient hints are now handled - transient hints are now handled