Skip to content

Commit

Permalink
2.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Mar 23, 2016
1 parent f92e447 commit d2341c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
----------------
Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d2341c9

Please sign in to comment.