From ebcccb146a3fb1e0290d3649adf71d8b9f984f35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:59:03 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#73) Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b7551..1437725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 🚀 Features + +- *(navigation)* Add action to scroll results list by a page (#72) + ### 🐛 Bug Fixes - Quote file names that contain spaces when printing them to stdout (#51) @@ -16,6 +20,7 @@ All notable changes to this project will be documented in this file. ### 📚 Documentation - Terminal emulators compatibility and good first issues (#56) +- *(contributing)* Added TOC and Code of Conduct link (#65) ### ⚡ Performance @@ -30,6 +35,7 @@ All notable changes to this project will be documented in this file. - Add readme version update to github actions (#55) - *(update_readme)* Fix `update_readme` workflow (#63) - *(changelog)* Update changelog action trigger (#68) +- *(changelog)* Update changelog (auto) (#70) ### Build