From 4e73273cbd61daabecf12e690f6d58a755279970 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 1 Nov 2023 12:20:52 -0400 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9ec2695 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Cytoplasm Change Log + +This document contains the complete change log for every official release of +Cytoplasm. It is intended to be updated with every commit that makes a user-facing +change worth reporting in the change log. As such, it changes frequently between +releases. Final change log entries are published as [Releases](releases). + +## v0.4.0 + +**Released on November 1, 2023** + +This is the first independent release of Cytoplasm! Last month, Cytoplasm was +split off of [Telodendria](/Telodendria/Telodendria) to become its own independent +project with its own independent releases. This allows it to develop at a much more +rapid pace than Telodendria. + +Changes in future releases will be reported here. Since this is the first release, +there are no changes to show. \ No newline at end of file