summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--changes/bug-fix-exception1
-rw-r--r--changes/feature-3574_use-dirspec-instead-of-plain-xdg1
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4b1fc70..d39426c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.3.2 Sep 06:
+ o Use dirspec instead of plain xdg. Closes #3574.
+ o Correct use of CallbackAlreadyRegistered exception.
+
0.3.1 Aug 23:
o Add libssl-dev requirement for pyOpenSSL.
o Make the server ping call be async inside events'
diff --git a/changes/bug-fix-exception b/changes/bug-fix-exception
deleted file mode 100644
index 866c39a..0000000
--- a/changes/bug-fix-exception
+++ /dev/null
@@ -1 +0,0 @@
- o Correct use of CallbackAlreadyRegistered exception
diff --git a/changes/feature-3574_use-dirspec-instead-of-plain-xdg b/changes/feature-3574_use-dirspec-instead-of-plain-xdg
deleted file mode 100644
index 9bdc507..0000000
--- a/changes/feature-3574_use-dirspec-instead-of-plain-xdg
+++ /dev/null
@@ -1 +0,0 @@
- o Use dirspec instead of plain xdg. Closes #3574.