From dedf24b93b696a91e48ad55b788cb4879f95635c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20REBERT?= Date: Fri, 6 Jan 2023 14:44:27 +0100 Subject: [PATCH] chore(FLOW-2123): Update changelog for 4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cléo REBERT --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6873197..a809453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.1](https://github.com/constantoine/totp-rs/releases/tag/v4.1) (06/01/2023) +### What's new +- Add a "steam" feature which adds support for steam's non-standard totp. +- Add `_unchecked` variants for `TOTP::new` and `TOTP::from_url`, which skip certain checks like key_size and digit numbers. + +### Special thanks +* [@colemickens](colemickens) for opening #45. +* [@timvisee](https://github.com/timvisee) for their work on #47 and #48, implementing an idea from #44 and working on #45. + # [4.0](https://github.com/constantoine/totp-rs/releases/tag/v4.0) (29/12/2022) ### What's new - Default features have been set to none.