Updated changelog

This commit is contained in:
Martin Mahner 2019-12-06 10:49:59 +01:00
parent 68d21874b5
commit cdaf4f3f1c

View file

@ -11,12 +11,15 @@ Changelog
- Dropped support for Django 2.1. ⚠️
- Added support for Python 3.8.
- Added support for Django 3.0.
- Testsuite now uses pytest.
- New AppConfig setting ``APPLICATION_NAME`` that can be used to replace the term
"dpaste" throughout the UI.
- New AppConfig setting ``EXTRA_HEAD_HTML`` that can be used to add custom HTML
to each template, specifically used for custom CSS styles, to easily override
the stock UI of dpaste.
- New "Slim" view that displays the highlighted snippet without header,
options etc.
- Forced line-break for superlongwordsthatwouldexceedthecanvas.
- Testsuite now uses pytest.
3.3.1 (2019-08-04):
-------------------