Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 5, 2023
1 parent 7d0df9f commit 2e70c53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ vendored versions of ExifTool match the version that they vendor.

## Version history

### v21.0.0

- 💔 `ExifDateTime.fromDateTime()` now takes an option hash as the second
argument (instead of the second argument being `rawValue`)

- 🐞 `ExifDateTime.milliseconds` will now be `undefined` if the EXIF or ISO
date string did not specify milliseconds, and will no longer render
milliseconds if the `rawValue` did not include millisecond precision.

- 📦 EXIF and ISO dates without specified seconds or milliseconds are now allowed

### v20.0.0

- 💔 `ExifTool.write` took a generic that defaulted to `WriteTags`, but the type wasn't used for anything. I removed the generic typing, which may require consumers to change their code.
Expand Down

0 comments on commit 2e70c53

Please sign in to comment.