diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2017-03-04 14:38:16 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2017-03-04 14:39:56 +0100 |
commit | 84c1b107b9daab90b3ccf520f0f09752e4eaf425 (patch) | |
tree | dda2aa6e46060b27ac9470f4e6653a7fe0edd881 /actionpack | |
parent | b1459fce6e5b64e9b70351b472816b219af5d6fd (diff) | |
download | rails-84c1b107b9daab90b3ccf520f0f09752e4eaf425.tar.gz rails-84c1b107b9daab90b3ccf520f0f09752e4eaf425.tar.bz2 rails-84c1b107b9daab90b3ccf520f0f09752e4eaf425.zip |
Add a changelog entry for #28284 [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 6bb1c63610..3a727524d3 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,9 @@ +* Silence Puma start-up messages running system tests. + + Fixes #28109. + + *Yuji Yaginuma* (#28284) + * Commit flash changes when using a redirect route. Fixes #27992. |