瀏覽代碼

changelog entry for bug 1943

Roger Dingledine 15 年之前
父節點
當前提交
fec297338f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      changes/bug1943

+ 4 - 0
changes/bug1943

@@ -0,0 +1,4 @@
+  o Minor features:
+    - Add some more defensive programming for architectures that can't
+      handle unaligned integer accesses. We don't know of any actual
+      bugs right now, but that's the best time to fix them.