From cdecfde5f1621baa810fa64325d91995e9cfb9d7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 23 Aug 2021 07:35:34 -0700 Subject: [PATCH] Add note about Pack200 removal. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7a923..422cc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Fixed issue with `myIpAddress()` in PAC proxy support. +* Pack200 support removed. It is no longer supported by the JVM. + ## 1.8.6 - June 4, 2019 * Fixed issues with PAC proxy support: added `myIpAddress()`, fixed `dnsResolve()`, fixed crash