diff --git a/CHANGELOG b/CHANGELOG index c36390d..5ecc086 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,16 @@ Changelog ========= -2.10 (...) ----------------- +2.10 (2016-03-23) +----------------- -* tbd +* Dropped Django 1.4 and 1.7 support! +* Full Django 1.8 support +* Full Django 1.9 support +* C++ Lexer is enabled by default +* (Backwards incompatible) All API calls must pass the data within a POST + request. It can't mix POST and GET arguments anymore. This was weird behavior + anyway and is likely no issue for any paste plugin out there. 2.9 (2015-08-12) ---------------- diff --git a/README.rst b/README.rst index 74a4af8..94c95fc 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,13 @@ +.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master + :target: https://travis-ci.org/bartTC/dpaste + +.. image:: https://codecov.io/github/bartTC/dpaste/coverage.svg?branch=master + :target: https://codecov.io/github/bartTC/dpaste?branch=master + ====== dpaste ====== -.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master - :target: https://travis-ci.org/bartTC/dpaste - dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.