From 0ef05ad4e3dc24b93bfcf315466cd3a64c8df210 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Tue, 20 Mar 2018 19:14:44 -0400 Subject: [PATCH] Fix HISTORY file formatting. Signed-off-by: Michael Price Signed-off-by: Roberto Rosario --- HISTORY.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5901419689..9fa099408a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,8 +10,9 @@ Next (2018-03-19) - Add missing services for the checkout API. - Fix existing checkout APIs. - Update API vies and serializers for the latest Django REST framework version. Replace DRF Swagger with DRF-YASG. -- Update to the latest version of Pillow, django-activity-stream, django-compressor, django-cors-headers, django-formtools, django-qsstats-magic, django-stronghold, - django-suit, furl, graphviz, pyocr, python-dateutil, python-magic, pytz, sh. +- Update to the latest version of Pillow, django-activity-stream, django-compressor, django-cors-headers, + django-formtools, django-qsstats-magic, django-stronghold, django-suit, furl, graphviz, pyocr, + python-dateutil, python-magic, pytz, sh. - Update to the latest version the packages for building, development, documentation and testing. - Add statistics script to produce a report of the views, APIs and test for each app. - Merge base64 filename patch from Cornelius Ludmann.