summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e21f2d9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,31 @@
+# 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/).
+
+## [Unreleased]
+### Added
+- Contributing Guide
+- This Changelog
+- Linter
+- CI Config
+- Documentation with JSDoc
+
+### Changed
+- Code style
+
+## 1.0.0 - 2016-05-09
+### Added
+- 256 color renderer
+- ANSI color renderer
+- True color renderer
+- Fake color renderer
+- Circle screen
+- Gradients screen
+- Random screen
+- Sprinkles screen
+- Mirrors screen
+- Main server
+
+[Unreleased]: https://gitlab.com/rbdr/sumo/compare/master...develop