Skip to content

Commit 64a288c

Browse files
author
Ben Dickinson
committed
Update CHANGELOG
1 parent a58780e commit 64a288c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66

77
- Support for Django 4.0 ([#164](https://github.com/torchbox/django-pattern-library/pull/164)).
88
- Support for Python 3.10 ([#163](https://github.com/torchbox/django-pattern-library/pull/163)).
9-
- VS Code devcontainer for development [#178](https://github.com/torchbox/django-pattern-library/pull/178)
9+
- VS Code devcontainer for development ([#178](https://github.com/torchbox/django-pattern-library/pull/178)).
10+
- Documented the need to set `X_FRAME_OPTIONS = "SAMEORIGIN"` to see Django debug responses in the iframe UI ([#186](https://github.com/torchbox/django-pattern-library/pull/186)).
1011

1112
### Changed
1213

13-
- Change Poetry version to be `>=1.1.12,<2` in Docker development setup (prevents `JSONDecodeError` issue under Python 3.10) [#178](https://github.com/torchbox/django-pattern-library/pull/178)
14-
- Move demo/test app pattern-library from `/pattern-library/` to `/` [#178](https://github.com/torchbox/django-pattern-library/pull/178)
14+
- Change Poetry version to be `>=1.1.12,<2` in Docker development setup (prevents `JSONDecodeError` issue under Python 3.10) ([#178](https://github.com/torchbox/django-pattern-library/pull/178)).
15+
- Move demo/test app pattern-library from `/pattern-library/` to `/` ([#178](https://github.com/torchbox/django-pattern-library/pull/178)).
1516

1617
### Removed
1718

18-
- We no longer support Python 3.6, as it has reached its end of life ([#163](https://github.com/torchbox/django-pattern-library/pull/163).
19+
- We no longer support Python 3.6, as it has reached its end of life ([#163](https://github.com/torchbox/django-pattern-library/pull/163)).
1920

2021
## [0.6.0](https://github.com/torchbox/django-pattern-library/releases/tag/v0.6.0) - 2021-12-21
2122

0 commit comments

Comments
 (0)