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: --------------