From 2000ec4f697f047818831a2d1fe307bc39044924 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sat, 5 Oct 2024 12:31:51 -0700 Subject: [PATCH] prep v28.4.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427187f..9419ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ vendored versions of ExifTool match the version that they vendor. ## Version history +### v28.4.0 + +- ✨ Add workaround for abberant Nikon `TimeZone` encoding. Addresses [#215](https://github.com/photostructure/exiftool-vendored.js/issues/215). Set `ExifToolOptions.adjustTimeZoneIfDaylightSavings` to `() => undefined` to retain prior behavior. + ### v28.3.1 - 🐞 Re-add +13:00 as a valid timezone offset. Addresses [#214](https://github.com/photostructure/exiftool-vendored.js/issues/214).