We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7667502 commit ee6125bCopy full SHA for ee6125b
1 file changed
ChangeLog.md
@@ -34,6 +34,12 @@ Web change log
34
* Removed deprecated `web.Dispatch` class. Instead of returning instances
35
of this from handlers, use the *dispatch()* method on the request
36
37
+## 4.9.0 / 2026-06-07
38
+
39
+* Merged PR #131: Implement `web.filters.CORS` (feature requested in #128),
40
+ see https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS
41
+ (@thekid)
42
43
## 4.8.0 / 2026-06-04
44
45
* Made it possible to optionally pass parameters when rewriting requests
0 commit comments