Added 2.0 section to changelog & moved item from 1.0 list

This commit is contained in:
Greg Chapple 2016-05-28 14:58:51 +01:00 committed by Tim Graham
parent 8ea02723ec
commit 4cfaff4e8e
1 changed files with 7 additions and 2 deletions

View File

@ -3,12 +3,17 @@ Changelog
This page details the changes in the various ``django-formtools`` releases.
1.0 (2015-03-25)
----------------
2.0 (Not yet released)
----------------------
- Added the ``request`` parameter to :meth:`FormPreview.parse_params()
<formtools.preview.FormPreview.parse_params>`.
1.0 (2015-03-25)
----------------
- Added the ``request`` parameter to :meth:`WizardView.get_prefix()
<formtools.wizard.views.WizardView.get_prefix>`.