From 6ced26c2644370615c997e7f7980c55ebf651918 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Wed, 17 Mar 2021 07:03:19 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5727be..6665fce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## [0.0.1] - In development +- Simplify size parameters, only accept "sm", "md", "lg". +- Use `bootstrap_alert` in `bootstrap_messages`. - Document approach to form rendering in `docs/forms.rst`. - Use .readthedocs.yml to configure Read the Docs. -- Place AUTHORS in text file, remove from documentation. -- Drop all jQuery stuff since Bootstrap 5 does not need jQuery. +- Place AUTHORS in text file, remove authors from documentation. +- Drop all jQuery support since Bootstrap 5 does not need jQuery. - Use `django_bootstrap5` as name for Python package. - Started `django-bootstrap5` based on `django-bootstrap4`. - Thanks everybody that contributed to `django-bootstrap4` and earlier versions!