summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominick Allen <dominick.allen1989@gmail.com>2020-06-28 19:55:11 -0500
committerDominick Allen <dominick.allen1989@gmail.com>2020-06-28 19:55:11 -0500
commitfd85e096e57d2fad1035f4f5987a282edb2996fc (patch)
tree73d83e6adbccd7260e0ff7aca0b785fbbe0407a0
parent2ffb5357e0e35d415311a40eea14e9cc99dd54ab (diff)
Update changelog.
-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.