From ace2f3fb13c25b678a27589b24e79c0d92c33fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20P=C3=BChringer?= Date: Thu, 2 May 2024 12:31:24 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Jussi Kukkonen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10763e9c..ff093351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## securesystemslib v1.0.0 +Securesystemslib API is now considered stable. The core functionality is provided in the _Signer_ interface and the half a dozen integrated _Signer_ implementations that can be found in the `signer` module. Smaller helper modules `dsse`, `formats`, `hash` and `storage` are also part of the API. Several legacy modules have been removed. ### Added * Signer: add public_key attribute to interface (#756) * CryptoSigner: support ecdsa keytype that is no longer in spec (#711)