Added Dev Changelog

This commit is contained in:
Martin Mahner 2014-06-09 20:19:07 +02:00
parent 3bc2eb0c84
commit 9768ab9573
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.8 (DEV)
---------
* The API create view has a new argument 'filename' which is used to determine
the lexer out of a given filename.
2.7 (2014-06-08) 2.7 (2014-06-08)
---------------- ----------------

View file

@ -22,7 +22,7 @@ long_description = u'\n\n'.join((
setup( setup(
name='dpaste', name='dpaste',
version='2.7', version='2.8',
description='dpaste is a Django based pastebin. It\'s intended to run ' description='dpaste is a Django based pastebin. It\'s intended to run '
'separately but its also possible to be installed into an ' 'separately but its also possible to be installed into an '
'existing Django project like a regular app.', 'existing Django project like a regular app.',