summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-06 14:41:01 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-06 14:43:09 -0300
commit23b96758a217f5a7b6f1ea7c99294c68b53fae65 (patch)
tree502b2f7636736633b8e3dad901bb137922ec415b
parentf68f4085bd723749d6d4a99d3ea4ef05bd8ac109 (diff)
Fold in changes.0.3.2
-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.