浏览代码

Add credit to bug2752; correct the issue number in the changes file

Nick Mathewson 14 年之前
父节点
当前提交
9674fe7e2f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      changes/bug2752

+ 2 - 2
changes/bug2752

@@ -1,5 +1,5 @@
-  o Minor bugfixes
+  o Minor features:
     - Tor used to limit HttpProxyAuthenticator values to 48 characters.
     - Tor used to limit HttpProxyAuthenticator values to 48 characters.
     Changed the limit to 512 characters by removing base64 newlines.
     Changed the limit to 512 characters by removing base64 newlines.
-    Fixes bug 2917.
+    Fixes bug 2752.  Fix by Michael Yakubovich.