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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,17 @@
6
6
7
7
- Support for Django 4.0 ([#164](https://github.com/torchbox/django-pattern-library/pull/164)).
8
8
- 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)).
10
11
11
12
### Changed
12
13
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)).
15
16
16
17
### Removed
17
18
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)).
0 commit comments