From accb2bef1016f6c7efcc6e94bd87c4705a97642a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Mon, 14 Oct 2024 15:17:25 +0300 Subject: [PATCH] Update CHANGELOG --- hkdf/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hkdf/CHANGELOG.md b/hkdf/CHANGELOG.md index 4e8c321..d2ce4f3 100644 --- a/hkdf/CHANGELOG.md +++ b/hkdf/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## UNRELEASED +### Breaking changes +- Removed `std` crate feature ([#105]) +- Bump MSRV to 1.81 ([#105]) +- Bump `hmac` dependency to v0.13 + +[#105]: https://github.com/RustCrypto/KDFs/pull/105 + ## 0.12.3 (2022-02-17) ### Fixed - Minimal versions build ([#63])