diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:34:13 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:34:13 -0300 |
commit | b83926f60ae8bd94e7b63f66c506d1044b94c0b1 (patch) | |
tree | 3bc7e855b886d8b0b44bcde4039497bc62ecd018 | |
parent | d74830c0268a98f44927bac8ba53e93852226cd9 (diff) | |
parent | 53bdad6a6bb43113754f2cdf137abeea27bf8507 (diff) |
Merge branch 'release-0.3.2' into develop
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | changes/bug_minor_issues | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -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 91a69ed1..00000000 --- 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 |