summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-06-15 18:21:47 -0700
committerBen Bangert <ben@groovie.org>2015-06-15 18:21:47 -0700
commit80b8bdf335bead4682864b5019b2d2bab601406a (patch)
tree24ad485869e3216e32bb6ebd9c5df7abdb73e3be
parent0325b2b82dc5ed86973952e546200d8fac135cb3 (diff)
parent54ca3f96726618b429a59573650a86ba483b2eb0 (diff)
downloadkazoo-80b8bdf335bead4682864b5019b2d2bab601406a.tar.gz
Merge pull request #338 from harlowja/fix-2.2-changelog
Fix up changelog for 2.2
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 48fda04..039c213 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
Changelog
=========
-2.2
----
+2.2 (2015-06-15)
+----------------
Documentation
*************
@@ -18,7 +18,7 @@ Bug Handling
- #315: multiple acquires of a kazoo lock using the lock recipe would
block when using `acquire` even when non-blocking is specified (only
when the lock was/has been already acquired).
-- #318: At exit register takes *args and **kwargs not args and kargs
+- #318: At exit register takes ``*args`` and ``**kwargs`` not args and kargs
Documentation
*************