From a3ae374a811fc16a2b522cc548c3074bdd127c26 Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 21 Nov 2020 22:40:50 +0100 Subject: [PATCH 1/2] updated readme with new timeline item --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 965e8ab..2a0343a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ After installing etherpump on the Varia server, we collectively decided to not w # Change log / notes +**November 2020** + +Released Etherpump 0.0.18! + +Handled a bug that saved the same HTML content in multiple files. Disclaimer: resolved in a hacky way. + +--- + **October 2020** Use the more friendly packaging tool [Poetry](https://python-poetry.org/) for publishing. From 3476f0262a3d7d56c7a102cbc698f626a2e49a40 Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 21 Nov 2020 22:44:12 +0100 Subject: [PATCH 2/2] 'README.md' updaten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0343a..1297427 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ After installing etherpump on the Varia server, we collectively decided to not w **November 2020** -Released Etherpump 0.0.18! +Releasing Etherpump 0.0.18! Handled a bug that saved the same HTML content in multiple files. Disclaimer: resolved in a hacky way.