diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3ac0c..b2a9eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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 + +- Add tag/language tab completion (Issue #[148](https://github.com/out-of-cheese-error/the-way/issues/148)) +- Add `the-way tags` and `the-way languages` to list current set of tags and languages and the count of snippets for each (Issue #[148](https://github.com/out-of-cheese-error/the-way/issues/148)) + ## [0.19.2] - 2023-03-12 Fix the-way sync index bug (Issue #[145](https://github.com/out-of-cheese-error/the-way/issues/145))