소스 검색

Initial changelog for less_charbuf

Nick Mathewson 11 년 전
부모
커밋
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.
+