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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,21 @@
2
2
3
3
## [Unreleased]
4
4
5
-
### Fixed
5
+
### Added
6
+
7
+
- Add support for Django 4.2 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
8
+
9
+
### Changed
6
10
7
11
- Switch to the `poetry-core` build backend ([#232](https://github.com/torchbox/django-pattern-library/pull/232))
12
+
13
+
### Removed
14
+
15
+
- Drop support for Python 3.7 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
16
+
- Drop support for Django 4.0 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
17
+
18
+
### Fixed
19
+
8
20
- Ensure the project root is on `sys.path` so tests etc. can be run in by Docker Compose ([#233](https://github.com/torchbox/django-pattern-library/issues/233), [#234](https://github.com/torchbox/django-pattern-library/pull/234))
9
21
- Fix URL pattern matching for template with dashes in the file name ([#229](https://github.com/torchbox/django-pattern-library/issues/229), [#230](https://github.com/torchbox/django-pattern-library/pull/230))
0 commit comments