From 4120d3815106c0a9bbe26dc8caeca147d17df212 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:19:22 -0700 Subject: [PATCH] docs: add 1.3.0 changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ddd6e7c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.3.0] — 2026-07-08 + +### Changed + +- **`Unlocker` is now two capability methods.** `unlock_features` (drive + riplock / speed / OEM VID at drive-prep) and `unlock_bus` (bus-encryption + removal for the mounted disc) replace the single `matches()` + `unlock()` + contract. Each defaults to `NotApplicable`, so an unlocker implements only the + capabilities it actually provides. +- **`DriveId` gains a `product_id` field** carrying the SCSI INQUIRY product + string, so consumers can match on it.