From 0c03037f956663bc8831f8049b08661425b761a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 3 Apr 2024 09:23:42 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e0041..fb69e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][] +- Use serde(rename) to save space on on the size of stored credentials ([#38][]) + +[#38]: https://github.com/trussed-dev/trussed-auth/pull/38 + [Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.3.0...HEAD ## [0.3.0][] - 2024-03-22