Skip to content

Commit a393378

Browse files
Update CHANGES.md
1 parent 65c74da commit a393378

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, a string `:request-method` like `"GET"` was previously accepted, but now it must be a keyword like `: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, strings (e.g. `"GET"`) and keywords (e.g. `:get`) were both accepted values for `:request-method`, but now only keywords are accepted.
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)