summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 22:16:43 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 22:16:43 +0000
commitb465a2b4ad8ef084e3fb4dbc533423ec85e993de (patch)
tree119b21b0a5b0b5c6e45813328e2134829243c52c
parent896619c77b4fd32826644deecd308a21683f827e (diff)
* NEWS: fix style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a70b6d49f4..25ecaf1558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 7 07:15:00 2013 Kenta Murata <mrkn@mrkn.jp>
+
+ * NEWS: fix style.
+
Fri Jun 7 06:48:17 2013 Benoit Daloze <eregontp@gmail.com>
* numeric.c: remove unused ID id_to_r introduced in r41109.
diff --git a/NEWS b/NEWS
index b7272834f8..a4e057bbd0 100644
--- a/NEWS
+++ b/NEWS
@@ -48,9 +48,8 @@ with all sufficient information, see the ChangeLog file.
* open ignore internal encoding if external encoding is ASCII-8BIT.
* Module#ancestors
-
- The ancestors of a singleton class now include singleton classes,
- in particular itself.
+ * The ancestors of a singleton class now include singleton classes,
+ in particular itself.
=== Stdlib updates (outstanding ones only)