aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-12-19 03:53:43 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-01-19 18:18:05 +0900
commit9f203c3f8146a85b39fcddd4e3873749fc1a8587 (patch)
tree2e7c0233328e4a9c4ef53660b4119001be1621bf /actionview/CHANGELOG.md
parent3c6cfdf7adf4848976b7f425b1811d447b130f6a (diff)
downloadrails-9f203c3f8146a85b39fcddd4e3873749fc1a8587.tar.gz
rails-9f203c3f8146a85b39fcddd4e3873749fc1a8587.tar.bz2
rails-9f203c3f8146a85b39fcddd4e3873749fc1a8587.zip
Single new line is not rendered as new line in the CHANGELOG.md
https://github.com/rails/rails/blob/v6.0.0.beta1/actionview/CHANGELOG.md [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 9e47d81faf..16361fd2eb 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -10,7 +10,8 @@
*Genadi Samokovarov*
* Fix UJS permanently showing disabled text in a[data-remote][data-disable-with] elements within forms.
- Fixes #33889
+
+ Fixes #33889.
*Wolfgang Hobmaier*
@@ -22,7 +23,7 @@
<%= link_to 'Remote', remote_path, class: 'remote', remote: true, data: { type: :json } %>
```
- Fixes #34541
+ Fixes #34541.
*Wolfgang Hobmaier*
@@ -39,7 +40,7 @@
Calling `word_wrap` should not trim the indents on the first and last lines.
- Fixes #34487
+ Fixes #34487.
*Lyle Mullican*