From 6cdf50f51adbf4a24e768f7a718778c5b256cb5e Mon Sep 17 00:00:00 2001 From: Luke Poeppel Date: Fri, 11 Jun 2021 06:51:50 -0400 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf87e6..e696397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All important changes to the treeplotter package will be documented here. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.2.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.2.0) ??? +## [v0.2.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.2.0) June 11, 2021 #### Added - Allow displaying images in the node. - Added a `show` method to `tree.Tree` objects.