summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-06-15 18:20:21 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-06-15 18:20:35 -0700
commit54ca3f96726618b429a59573650a86ba483b2eb0 (patch)
tree24ad485869e3216e32bb6ebd9c5df7abdb73e3be
parent0325b2b82dc5ed86973952e546200d8fac135cb3 (diff)
downloadkazoo-54ca3f96726618b429a59573650a86ba483b2eb0.tar.gz
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
*************