Browse Source

Initial changelog for less_charbuf

Nick Mathewson 11 years ago
parent
commit
1ad6f979b9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/less_charbuf_usage

+ 5 - 0
changes/less_charbuf_usage

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