From b967e8912eb8e6319bbd1ff84c676dab3c197d20 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 23 Jul 2020 06:50:09 -0400 Subject: [PATCH] Add changelog section --- docs/getting-started/roadmap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/roadmap.md b/docs/getting-started/roadmap.md index ad94154e..ac9b5c6f 100644 --- a/docs/getting-started/roadmap.md +++ b/docs/getting-started/roadmap.md @@ -8,6 +8,12 @@ Shoelace follows [Semantic Versioning](https://semver.org/). Breaking changes in Components with the Experimental badge should not be used in production. They are made available as release candidates for development and testing purposes. As such, changes to experimental components will not be subject to semantic versioning. +## Changelog + +The changelog is available in the project's source in the `CHANGELOG.md` file. + +You can [view the most recent changelog](https://github.com/shoelace-style/shoelace/blob/next/CHANGELOG.md) on GitHub. + ## 2.1 🤔 Version 2.1 is still in the planning phase. To request a feature, please [submit an issue](https://github.com/shoelace-style/shoelace/issues) on GitHub. Make sure to search for existing issues and vote using 👍 to add your support!