aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-04-12 15:48:19 +0200
committerYves Senn <yves.senn@gmail.com>2013-04-12 15:52:43 +0200
commitc245437de7ec1a4b9ee8068751ac5bbd0e9d5881 (patch)
tree5fc222d163b985232dbe9cf93bdd49d00918ef03 /activesupport
parent481618cfc20faf980e0e238ffa1a9d192b51d00b (diff)
downloadrails-c245437de7ec1a4b9ee8068751ac5bbd0e9d5881.tar.gz
rails-c245437de7ec1a4b9ee8068751ac5bbd0e9d5881.tar.bz2
rails-c245437de7ec1a4b9ee8068751ac5bbd0e9d5881.zip
use unified and clean formatting in CHANGELOGS. [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 821a4de0b3..545a9ec0af 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -8,8 +8,8 @@
* `fast_xs` support has been removed. Use `String#encode(xml: :attr)`.
-* `ActiveSupport::Notifications::Instrumenter#instrument` should yield
- its payload.
+* `ActiveSupport::Notifications::Instrumenter#instrument` should
+ yield its payload.
*stopdropandrew*