summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-27 14:17:18 -0500
committerDavid Robillard <d@drobilla.net>2018-12-27 14:17:27 -0500
commitd865baf7be8ca171ec2c2e142f7e15e1e76d82bf (patch)
tree7bfce9474fb10764a10aa9cd9761f57858f3dd06 /NEWS
parentfb88a51162097d1117ea8b96958aa98e2fcbf2a3 (diff)
downloadsratom-d865baf7be8ca171ec2c2e142f7e15e1e76d82bf.tar.gz
sratom-d865baf7be8ca171ec2c2e142f7e15e1e76d82bf.tar.bz2
sratom-d865baf7be8ca171ec2c2e142f7e15e1e76d82bf.zip
Make sratom_free() safe to call on NULL
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7501d9..07cc4dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+sratom (0.6.3) unstable;
+
+ * Various minor code cleanups
+ * Make sratom_free() safe to call on NULL
+
+ -- David Robillard <d@drobilla.net> Thu, 27 Dec 2018 14:17:06 -0500
+
sratom (0.6.2) stable;
* Various minor code cleanups