mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
23 lines
629 B
Text
23 lines
629 B
Text
dpaste Changelog
|
|
================
|
|
|
|
2.2 (WIP)
|
|
----------------
|
|
|
|
* Added support for CSRF middleware
|
|
* Windows users can submit the form using Ctrl+Enter
|
|
* The raw view now sends the X-Content-Type-Options=nosniff header
|
|
* Various constants can now be overridden by settings
|
|
* Support for `python setup.py test` to run the tox suite
|
|
|
|
2.1 (2013-12-14)
|
|
----------------
|
|
|
|
* Changes and fixes along the package management.
|
|
|
|
2.0 (2013-11-29)
|
|
----------------
|
|
|
|
* A huge cleanup and nearly total rewrite.
|
|
* dpaste now includes a Django project which is used on www.dpaste.de
|
|
as well as hooks to get it integrated into existing projcts.
|