summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-19 13:44:44 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-19 13:44:44 +0200
commitcecee6b76458187397c85b5da5d871612775f543 (patch)
tree2b6d53b84c82421b089649f5bb9dd35ac3164586 /CHANGELOG.md
parent375ba48eea50f2b692728a20ac4dda85bdcb010b (diff)
Add changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d41db8a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+### 0.10.1
+
+* Makefile overhaul. Important to check out if you override one or more
+ variables using environment variables or via arguments to the "make" tool.
+
+* Issue #45: Fix potential memory leak for a multi bulk reply with 0 elements
+ being created by the default reply object functions.
+
+* Issue #43: Don't crash in an asynchronous context when Redis returns an error
+ reply after the connection has been made (this happens when the maximum
+ number of connections is reached).
+
+### 0.10.0
+
+* See commit log.
+