aboutsummaryrefslogtreecommitdiff
path: root/components/debug/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-09 14:22:58 -0500
committerBen Beltran <ben@nsovocal.com>2020-03-09 14:22:58 -0500
commit582cea2aedd3b5763232837cc4960f07223908fb (patch)
treeaaa3721fe01f4177ba5937f709ca53dd96887b07 /components/debug/CHANGELOG.md
parent8d90115ac567adb5a3c61eefd27ab675fb3c0ef7 (diff)
Transfer components to lib repo
Diffstat (limited to 'components/debug/CHANGELOG.md')
-rw-r--r--components/debug/CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/components/debug/CHANGELOG.md b/components/debug/CHANGELOG.md
new file mode 100644
index 0000000..1bb375a
--- /dev/null
+++ b/components/debug/CHANGELOG.md
@@ -0,0 +1,19 @@
+# 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/).
+
+
+## 3.0.0 - 2020-03-09
+### Changed
+- Use module syntax instead of require
+- Use shared lib repo instead of independent repositories
+
+## 2.0.0 - 2018-04-20
+### Changed
+- Use the namespaced serpentity
+
+## 1.0.0 - 2017-04-12
+### Added
+- Initial Release