You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,12 @@
2
2
3
3
## [Unreleased]
4
4
5
-
### Added
6
-
7
-
- We now officially support Django 3.2, and tentatively Django 4.0
8
-
- Load templates from template engines’ [`DIRS`](https://docs.djangoproject.com/en/3.2/ref/settings/#dirs) as well as apps’ `templates` subdirectories.
5
+
## [0.4.0] - 2021-05-20
9
6
10
-
### Fixed
7
+
### Added
11
8
12
-
- Update tox config to account for Django's primary branch rename.
9
+
- We now officially support Django 3.2, and tentatively Django 4.0 ([#144](https://github.com/torchbox/django-pattern-library/pull/144))
10
+
- Load templates from template engines’ [`DIRS`](https://docs.djangoproject.com/en/3.2/ref/settings/#dirs) as well as apps’ `templates` subdirectories ([#145](https://github.com/torchbox/django-pattern-library/pull/145))
0 commit comments