From 736edb982856f0de04d4566f657c0c84f145e7ef Mon Sep 17 00:00:00 2001
From: Ryuta Kamizono <kamipo@gmail.com>
Date: Fri, 7 Sep 2018 07:56:31 +0900
Subject: Formatting CHANGELOGs [ci skip]

Fixing code block rendering, indentation, backticks, etc.
---
 activesupport/CHANGELOG.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'activesupport')

diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 6266eccc0d..e7627df784 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,9 +1,9 @@
-*   Maintain `html_safe?` on html_safe strings when sliced
+*   Maintain `html_safe?` on html_safe strings when sliced.
 
         string = "<div>test</div>".html_safe
         string[-1..1].html_safe? # => true
 
-    *Elom Gomez, Yumin Wong*
+    *Elom Gomez*, *Yumin Wong*
 
 *   Add `Array#extract!`.
 
@@ -57,7 +57,7 @@
 
     *Aaron "t.lo" Patterson*
 
-*   Add cpu_time, idle_time, and allocations to Event
+*   Add cpu_time, idle_time, and allocations to Event.
 
     *Eileen M. Uchitelle*, *Aaron Patterson*
 
@@ -71,7 +71,7 @@
 
     *Jason Lee*
 
-*   Allow Range#=== and Range#cover? on Range
+*   Allow `Range#===` and `Range#cover?` on Range.
 
     `Range#cover?` can now accept a range argument like `Range#include?` and
     `Range#===`. `Range#===` works correctly on Ruby 2.6. `Range#include?` is moved
-- 
cgit v1.2.3