From acd05145e6cfd7d37208a66abc26d45e08df87ed Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 11:24:13 +0200 Subject: [PATCH] Add separators --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3132cca..b67a08e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ After installing etherpump on the Varia server, we collectively decided to not w Use the more friendly packaging tool [Poetry](https://python-poetry.org/) for publishing. +--- + **January 2020** Added experimental [trio](trio.readthedocs.io) and @@ -45,6 +47,8 @@ Removed fancy progress bars for pulling because concurrent processing makes that hard to track. For now, we simply output whichever padid we're finished with. +--- + **October 2019** Improve `etherpump --help` handling to make it easier for new users. @@ -55,6 +59,8 @@ Added a fancy progress bar with `tqdm` for long running `etherpump pull --all` c Started with the [experimental library API](#library-api-example). +--- + **September 2019** Forking _etherpump_ into _etherpump_.