From 3d41bf2adf2de5c7342a3bc1113d4bd5a03a0700 Mon Sep 17 00:00:00 2001 From: evilpeach Date: Thu, 22 Dec 2022 14:56:04 +0700 Subject: [PATCH] feat: add CHANGELOG.md --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..f909c76d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ + + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Features + +### Improvements + +### Bug fixes