From cac85db02ff00732cf75d473dc3411332f33d845 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 1 May 2022 01:02:58 +0200 Subject: Apply formatting --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6395a24..40512a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + ### Added + - Svelte based frontend - Koa based backend - RethinkDB for backend @@ -17,4 +20,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - NPM tasks to lint and install git hooks - A gitignore file -[Unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop +[unreleased]: https://gitlab.com/rbdr/forum/compare/master...develop -- cgit