aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-04-03 18:32:18 -0400
committerGitHub <noreply@github.com>2019-04-03 18:32:18 -0400
commit4ecca4cd05b2780ba08df951c8cde437feb1ba5b (patch)
treeaac59cc1d6b19849f103d11342b1460c27918c7a /actionview/CHANGELOG.md
parent2ca056be6f38e20add62bc3d370ae06a8263318b (diff)
parent90a8ce645085e475f668643195652b7518a7b9cc (diff)
downloadrails-4ecca4cd05b2780ba08df951c8cde437feb1ba5b.tar.gz
rails-4ecca4cd05b2780ba08df951c8cde437feb1ba5b.tar.bz2
rails-4ecca4cd05b2780ba08df951c8cde437feb1ba5b.zip
Merge pull request #30666 from urkle/fix-actionview-fixtureresolver
Fix checking for template variants when using the ActionView::FixtureResolver
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index abb97804e1..be67aff543 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -6,6 +6,10 @@
*John Hawthorn*
+* Fix `ActionView::FixtureResolver` so that it handles template variants correctly.
+
+ *Edward Rudd*
+
## Rails 6.0.0.beta3 (March 11, 2019) ##