summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--changes/bug-7512_use-right-config-path1
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9356ade..1ce64b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.4.4 Oct 28, 2015:
+ o Consider standalone flag when saving events certificates. Related #7512.
+ o fix wrong ca_cert path inside bundle.
+ o Workaround for deadlock problem in zmq auth.
+
0.4.3 Sep 22, 2015:
o Expose async methods for events. Closes: #7274
diff --git a/changes/bug-7512_use-right-config-path b/changes/bug-7512_use-right-config-path
deleted file mode 100644
index b472431..0000000
--- a/changes/bug-7512_use-right-config-path
+++ /dev/null
@@ -1 +0,0 @@
-- Consider standalone flag when saving events certificates. Related #7512.