From 75e94a15dc4bf5c92726a21e7f70dd02912ab5a1 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 10 Dec 2010 14:21:00 +0000 Subject: [PATCH] Copy-paste error, should have been HTTPCLIENT-1033 git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044371 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 0fc0c9118..551ed14ee 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,7 +1,7 @@ Changes since 4.1 BETA1 ----------------------- -* [HTTPCLIENT-1030] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic +* [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic Contributed by Sebastian Bazley * [HTTPCLIENT-1030] Implement "ignoreCookies" CookieSpec