From 4e7183e20964dbaafd14456355eac2f4bedc1f5e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 1 Jul 2019 18:34:47 +0200 Subject: [PATCH] Add change log entry for another small alpha --- CHANGELOG.rst | 9 +++++++++ changelog/1.removal.rst | 1 + 2 files changed, 10 insertions(+) create mode 100644 changelog/1.removal.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e5dbd1..016e427 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +Flat_Tree 0.0.1a3 (2019-07-01) +============================== + +Removals +-------- + +- Don't advertise Python 3.5 which is not supported. (#1) + + Flat_Tree 0.0.1a2 (2019-07-01) ============================== diff --git a/changelog/1.removal.rst b/changelog/1.removal.rst new file mode 100644 index 0000000..41fb4b3 --- /dev/null +++ b/changelog/1.removal.rst @@ -0,0 +1 @@ +Don't advertise Python 3.5 which is not supported.