diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-07-31 20:20:08 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-07-31 20:21:15 +0900 |
commit | 0f5497499cee78c52b14485d102c602884fb20cb (patch) | |
tree | cf82bda845c06447e87f00caa852aa24c4bb5c24 | |
parent | 5deab3d26c28f52daf52922971cbd7ab1f0569de (diff) | |
download | rails-0f5497499cee78c52b14485d102c602884fb20cb.tar.gz rails-0f5497499cee78c52b14485d102c602884fb20cb.tar.bz2 rails-0f5497499cee78c52b14485d102c602884fb20cb.zip |
:scissors: .
[ci skip]
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e3d5c8a622..a5497aa055 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -*. Raises `ActionController::RespondToMismatchError` with confliciting `respond_to` invocations. +* Raises `ActionController::RespondToMismatchError` with confliciting `respond_to` invocations. `respond_to` can match multiple types and lead to undefined behavior when multiple invocations are made and the types do not match: |