Skip to content

Commit 8dda392

Browse files
committed
Added changlog
1 parent b49c418 commit 8dda392

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
<!--
15+
### Added
16+
17+
- A bullet item for the Added category.
18+
19+
-->
20+
### Changed
21+
22+
- Gateway middleware no longer updates the user on every request. Updates now only occur when `request.user` changes
23+
<!--
24+
### Deprecated
25+
26+
- A bullet item for the Deprecated category.
27+
28+
-->
29+
<!--
30+
### Fixed
31+
32+
- A bullet item for the Fixed category.
33+
34+
-->
35+
<!--
36+
### Security
37+
38+
- A bullet item for the Security category.
39+
40+
-->

0 commit comments

Comments
 (0)