From 474e389c08239ed3f7c7edfc1c5572e391747ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 27 Nov 2024 20:16:34 +0100 Subject: [PATCH] rtic: Changelog: Emphasis on stack-like operation --- rtic/CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md index 5239586e5bfc..0799bf5229bc 100644 --- a/rtic/CHANGELOG.md +++ b/rtic/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -For each category, *Added*, *Changed*, *Fixed* add new entries at the top! +------------------- + +For each category, *Added*, *Changed*, *Fixed* add **new entries at the top**! + +Example: + +``` +### Changed + +- My new entry goes here +- Previous change + +``` +------------------- ## [Unreleased]