From aeed17e7a1c36c149d240f1c2ff17223b39a310f Mon Sep 17 00:00:00 2001 From: David Trail Date: Fri, 8 Aug 2014 18:40:58 +0100 Subject: [PATCH] Don't need a chargelog when it's in git. --- CHANGELOG.rst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst deleted file mode 100644 index 9346f16..0000000 --- a/CHANGELOG.rst +++ /dev/null @@ -1,16 +0,0 @@ -2.0 --------- -Started doing a changelog! - -2.1 --------- -If you have the "lorem ipsum" module then your text will be edited with -a randomly generated piece of text. This prevents Reddit from (for example) -not actually deleting things if they edit the comment to a static value -before deleting. - -3.0 --------- -PEP8 compliance and complete rewrite to use Python 3. Don't upgrade to this -version unless you have a working Python 3 (tested with Python 3.4). -Also added a requirements.txt which allows one to `pip install -r requirements.txt`