Procházet zdrojové kódy

Initial changelog for less_charbuf

Nick Mathewson před 11 roky
rodič
revize
1ad6f979b9
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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.
+