From 538d9fe86f5f05d518bafa3be2223235904b39a6 Mon Sep 17 00:00:00 2001 From: onerandomusername Date: Sun, 26 Sep 2021 22:11:14 -0400 Subject: [PATCH] create a changelog entry for meta commands using embeds --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 51fb8d8e..17ce7eac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,13 @@ 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] + +### Changed + +- Embedified the meta commands so they have a nicer UI (#78) + + ## [0.2.0] - 2021-09-29 ### Added