From e237e3b9ede9d1aaea61cb7fd29e199ea4d7ae71 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 1 Dec 2024 12:52:03 -0500 Subject: [PATCH] Update outdated links in ZipMethod Javadoc #619 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb2b2e34a26..c6e55255369 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,8 @@ The type attribute can be add,update,fix,remove. Remove unused local variable in ZipFile #615. Optimize ZipEightByteInteger #614. ZipEightByteInteger.toString() now returns a number string without text prefix, like BigInteger. - Throw an IllegalArgumentException when a file name or comment in gzip parameters encodes to a byte array with a 0 byte #618. + Throw an IllegalArgumentException when a file name or comment in gzip parameters encodes to a byte array with a 0 byte #618. + Update outdated links in ZipMethod Javadoc #619. Add GzipParameters.getModificationInstant(). Add GzipParameters.setModificationInstant(Instant).