Initial changelog for less_charbuf

This commit is contained in:
Nick Mathewson 2013-02-22 12:56:25 -05:00
parent cb75519bbf
commit 1ad6f979b9

View File

@ -0,0 +1,5 @@
o Code simplification and refactoring:
- Avoid using character buffers when constructing most directory
objects: this approach was unweildy and error-prone. Instead,
build smartlists of strings, and concatenate them when done.