From 469e6f54f1a2c058273c4d5c2e4dd7a74d978ca3 Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Tue, 14 Nov 2023 14:11:54 +0100 Subject: [PATCH] docs: changelog entries --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73712394..06a7bde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [15.0.0] -### Uncategorized -- Add `encryptor` types ([#293](https://github.com/MetaMask/KeyringController/pull/293)) +### Changed +- **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293)) +- **BREAKING** Removed `cacheEncryptionKey` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293)) +- **BREAKING** Changed `encryptor` constructor option property type to `GenericEncryptor | ExportableKeyEncryptor | undefined` ([#293](https://github.com/MetaMask/KeyringController/pull/293)) + - When the controller is instantiated with `cacheEncryptionKey = true`, the `encryptor` type is restricted to `ExportableKeyEncryptor | undefined` ## [14.0.1] ### Fixed