From 508ef8e52634c9240e5b00e5ddf662625bbfc2c6 Mon Sep 17 00:00:00 2001 From: Tiago Gimenes Date: Mon, 7 Mar 2022 10:09:54 -0300 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d185f39..06f15e7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Removed fit-in property from image component +- Sections are now self-contained - Moves icons to `/static/icons` folder - Replaces page type redirects, a.k.a. `/account`, `/login` to a corresponding file in `/pages` folder - Replaces `let` declarations for `useRef` for better React compatibility