From 71b89981ed6d4114c7017afe107bcff8d7493608 Mon Sep 17 00:00:00 2001 From: lloydmeta Date: Sat, 31 Aug 2024 22:20:31 +0900 Subject: [PATCH] Changelog Signed-off-by: lloydmeta --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9269678..6e7ef448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased]: + +## [0.4.3]: - avoid clippy::unneeded_field_pattern (https://github.com/lloydmeta/frunk/pull/216) +- rework #![no_std] support, switch on alloc (https://github.com/lloydmeta/frunk/pull/236) ## [0.4.2]: - Removed `proc-macro-hack` machinery (`proc-macros-impl`) (https://github.com/lloydmeta/frunk/pull/214)