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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ Require Elixir v1.10+.
325
325
### Enhancements
326
326
327
327
*[Plug.Conn] Add `get_session/1` for retrieving the whole session
328
-
*[Plug.CSRFProtection] Add `Plug.CSRFPRotection.load_state/2` and `Plug.CSRFPRotection.dump_state/0` to allow tokens to be generated in other processes
328
+
*[Plug.CSRFProtection] Add `Plug.CSRFProtection.load_state/2` and `Plug.CSRFProtection.dump_state/0` to allow tokens to be generated in other processes
329
329
*[Plug.Parsers] Allow unnamed parts in multipart parser via `:include_unnamed_parts_at`
330
330
*[Plug.Router] Wrap router dispatch in a connection checkpoint to avoid losing information attached to the connection in error cases
331
331
*[Plug.Telemetry] Add `Plug.Telemetry` to facilitate with telemetry integration
0 commit comments