0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 18:03:45 +02:00

Update news

This commit is contained in:
Elizabeth Myers 2016-03-06 13:27:14 -06:00
parent 90d3128863
commit aba90ea5fe

View file

@ -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.