mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated changelog
This commit is contained in:
parent
b97007f02a
commit
ab40ad2cbb
1 changed files with 14 additions and 9 deletions
21
CHANGELOG
21
CHANGELOG
|
@ -1,19 +1,24 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
3.0 (master)
|
||||
-------------
|
||||
3.0a0 (master)
|
||||
--------------
|
||||
|
||||
* Dropped support for Django 1.8 to 1.10 due to it's general end of support.
|
||||
The project will likely work well but it's no longer specifically tested.
|
||||
* General code cleanup
|
||||
* Removed jQuery, all Javascript is native.
|
||||
* Removed Bootstrap for theming.
|
||||
* Django 1.11 based templates, forms, views, models, etc.
|
||||
* All views are now class based and use the latest generic based views sugar.
|
||||
* Fixed issues around leading whitespace in lines.
|
||||
* Fixed CMD+Enter form submission shortcut in Firefox.
|
||||
* Removed "Suspicious" middleware which was never been used, documented,
|
||||
and also not functional for a while.
|
||||
* Fixed CMD+Enter form submission shortcut in Firefox.
|
||||
* Added django-csp to deal with external content (this is required for the
|
||||
upcoming "rendered" markdown feature).
|
||||
|
||||
General code cleanup:
|
||||
|
||||
* All views are now class based and use the latest generic based views sugar.
|
||||
* Django 1.11 based templates, forms, views, models, etc.
|
||||
* Removed jQuery dependeny, all Javascript is native.
|
||||
* Removed Bootstrap dependendy.
|
||||
|
||||
2.13 (2017-01-20)
|
||||
-----------------
|
||||
|
|
Loading…
Reference in a new issue