We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668e66d commit 1b21809Copy full SHA for 1b21809
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP5
2
3
-## Next Release
+## 2024.2 (2024-02-24)
4
5
* Added support for [Switches](https://getbootstrap.com/docs/5.2/forms/checks-radios/#switches). (#162)
6
-* Added modal template
+* Used `<fieldset>` and `<legend>` to group related inputs.
7
+* Added modal template.
8
9
## 2023.10 (2023-10-2023)
10
* Added Django 5.0 and 4.2 support
crispy_bootstrap5/__init__.py
@@ -1 +1 @@
-__version__ = "2023.10"
+__version__ = "2024.2"
0 commit comments