Преглед изворни кода

Initial changelog for less_charbuf

Nick Mathewson пре 12 година
родитељ
комит
1ad6f979b9
1 измењених фајлова са 5 додато и 0 уклоњено
  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.
+