Removed non-ascii characters from the release notes

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1339142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2012-05-16 12:42:40 +00:00
parent 91250b2a89
commit 92ce24b478
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Changelog
* [HTTPCLIENT-1186] State of newly created connections in the connection pool is not always
correctly updated potentially allowing those connections to be leased to users with a different
security context.
Contributed by Ralf Pöhlmann <rpn at methodpark.de>
Contributed by Ralf Poehlmann <rpn at methodpark.de>
* [HTTPCLIENT-1179] Upgraded Commons Codec dependency to version 1.6
Contributed by Oleg Kalnichevski <olegk at apache.org>