From aba90ea5fe81e0caf20656526fc32671212c152d Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sun, 6 Mar 2016 13:27:14 -0600 Subject: [PATCH] Update news --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index a7b234d57..71e3c6636 100644 --- a/NEWS.md +++ b/NEWS.md @@ -37,7 +37,13 @@ See LICENSE for licensing details (GPL v2). ### conf - Add the ability to strip color codes from topics unconditionally. +### docs +- The documentation has been cleaned up; obsolete files have been purged, and + stuff has been renamed and shuffled around to be more consistent. + ### code +- libratbox has been renamed to librb, as we have diverged from upstream long + ago. - Almost all 2.8-style hashtable structures have been moved to dictionaries or radix trees, resulting in significant memory savings. - The block allocator has been disabled and is no longer used.