Skip to content

Commit 76a4690

Browse files
author
Ben Dickinson
committed
Update CHANGELOG
1 parent d16bcc2 commit 76a4690

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
## [Unreleased]
44

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
610

711
- 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+
820
- 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))
921
- 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))
1022

0 commit comments

Comments
 (0)