From 53bdad6a6bb43113754f2cdf137abeea27bf8507 Mon Sep 17 00:00:00 2001
From: Ivan Alejandro <ivanalejandro0@gmail.com>
Date: Fri, 6 Sep 2013 15:27:18 -0300
Subject: [PATCH] Fold in changes.

---
 CHANGELOG                | 6 ++++++
 changes/bug_minor_issues | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)
 delete mode 100644 changes/bug_minor_issues

diff --git a/CHANGELOG b/CHANGELOG
index d2e45aa59..9cd53b3b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+0.3.2 Sep 6:
+  o Do not raise exception when a GET request doesn't return 2XX
+    code. Nickserver uses error codes for more verbosity in the
+    result.
+  o Accept unicode ascii keys along with str.
+
 0.3.1 Aug 23:
   o Signal different key related events, like key generation, key
     upload.
diff --git a/changes/bug_minor_issues b/changes/bug_minor_issues
deleted file mode 100644
index 91a69ed16..000000000
--- a/changes/bug_minor_issues
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Do not raise exception when a GET request doesn't return 2XX
-    code. Nickserver uses error codes for more verbosity in the
-    result.
-  o Accept unicode ascii keys along with str.
\ No newline at end of file
-- 
GitLab