mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
2.10 Release
This commit is contained in:
parent
f92e447adc
commit
d2341c9220
2 changed files with 15 additions and 6 deletions
12
CHANGELOG
12
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)
|
||||
----------------
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue