From eac680c04edc69a17a02f71b3747d70b7452d1b0 Mon Sep 17 00:00:00 2001 From: Donald Little Date: Wed, 17 Apr 2019 23:29:08 -0700 Subject: [PATCH] v0.1.5 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c548923..56483a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ + +## [v0.1.5](https://github.com/dmlittle/scenery/compare/v0.1.4...v0.1.5) (2019-04-17) + +### Bug Fixes + +* **number:** fix printing float precision ([#29](https://github.com/dmlittle/scenery/issues/29)) +* **print:** remove infinite recursion in formatValue fn ([#27](https://github.com/dmlittle/scenery/issues/27)) + +### Features + +* **base64:** decode base64 simple output if possible ([#25](https://github.com/dmlittle/scenery/issues/25)) + + ## [v0.1.4](https://github.com/dmlittle/scenery/compare/v0.1.3...v0.1.4) (2019-03-28)