summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 183d498..5a0af78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
## [Unreleased]
+### Added
+- Display trait implemented for SExpr and Type
+
+### Changed
+- Use type alias FloatType in lieu of f32. This should facilitate easy
+ modification in the future.
+- Improved read function to check for correct number of parentheses in an
+ S-Expression, and allow multiline input.
-## [0.1.2]
+## [0.1.2] 2020-06-27
### Added
- Added changelog.
- Added MIT License.