summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-04-12 21:39:28 -0230
committerTim Oram <dev@mitmaro.ca>2019-04-12 21:44:48 -0230
commitac020065076f7018dadfac6d342727bf3597d0a9 (patch)
tree4ad0cc62f53b9b0a19728b8997004c6978ea0df3 /CHANGELOG.md
parent88cdea0e5f3f293ad6d8ea4e6155d8a7e75fdfa5 (diff)
Add basic support for the break instruction
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c2e078..d61546e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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] - Future
+
+### Added
+- Add support for the break action
+
## [1.0.0] - 2019-04-10
### Added