From 5030bb21266f8bac20f72ae7ea408965be9ab841 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 20 Jun 2020 19:08:23 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a1f45..636e3d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - added a preference and command line option to specify the version control system search order - added .editorconfig file - added .gitignore file +- added message when removing files during uninstallation ### Changed - convert to Python 3 @@ -23,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - improve Spanish translation - convert translation README to MarkDown +### Fixed +- fixed wrong icons directory for gtk-update-icon-cache +- fixed missing directories when uninstalling + ## [0.4.8] - 2014-07-18 ### Added - updated use of gtk.SpinButton and gtk.Entry to avoid quirks seen on some platforms