From 11cba1d02dff53e037722accb8ccaaa9c5a3e36d Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 20 Jan 2016 05:23:02 +0000 Subject: [PATCH] Clarification. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725671 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index c558941a9..b3ace3e6f 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -19,7 +19,8 @@ Notable changes and features included in the 5.0 series are: * By default connection request timeout and connect timeout are set to 3 minutes. -HttpClient 5.0 releases can be co-located with earlier versions. +HttpClient 5.0 releases can be co-located with earlier versions, meaning you can have both 5.x and +4.x on the classpath without experiencing jar hell. Please note that as of 5.0 HttpClient requires Java 1.7 or newer.