From e28f70a062891455e95e3c0e539099998c4383ea Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 13 Mar 2021 14:07:07 +0100 Subject: [PATCH] record #145 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 790ac949e..6cd482d6b 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -30,6 +30,10 @@ Fixed bugs: * The condition didn't follow redirects from http to https. Bugzilla Report 65105 + * ZipOutputStream now overrides write(int) in order to make sure + single byte writes get the same treatment as array writes. + Github Pull Request #145 + Other changes: --------------