Skip to content

Commit 65c74da

Browse files
Update CHANGES.md
1 parent 73f3ef7 commit 65c74da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Contributions by Matthew Davidson and Stefan van den Oord.
2020

2121
### Breaking changes
2222

23-
* Add `wrap-validation` middleware to validate Ring maps [#679](https://github.com/clj-commons/aleph/pull/679). This adds a stricter interpretation of the ring spec, which may fail on previously valid input, for example using `:request-method "GET"` instead of `:request-method :get`.
23+
* Add `wrap-validation` middleware to validate Ring maps [#679](https://github.com/clj-commons/aleph/pull/679). This adds a stricter interpretation of the ring spec, which may fail on previously valid input. For example, a string `:request-method` like `"GET"` was previously accepted, but now it must be a keyword like `:get`.
2424

2525
Contributions by Arnaud Geiser, Ertuğrul Çetin, Jeroen van Dijk, David Ongaro,
2626
Matthew Davidson, and Moritz Heidkamp.

0 commit comments

Comments
 (0)