summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a37cf19..14311e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
#+STARTUP: indent showall -*- org -*-
-* 0.2.1
+* 0.2.1 - <2012-05-02 Wed>
** Fixed JSON formatting for syslog() messages
@@ -25,6 +25,12 @@ closelog() was called.
Closing the log should return us to the default state, so we now wrap
closelog() too, and the library resets its settings to their default.
+** Noticable performance increase
+
+The library was changed to try and do less memory allocations, and
+reuse memory instead of a malloc/free cycle. This results in a
+noticable performance increase under heavy load.
+
* 0.2.0 - <2012-04-16 Mon>
** Remove the json-c dependency