aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 40005aa138..78928e8a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue Nov 17 11:22:22 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
+ * NEWS: Small grammatical fix [ci skip]
+
Tue Nov 17 10:12:30 2015 Eric Wong <e@80x24.org>
* ext/socket/lib/socket.rb (Socket.accept_loop): avoid exceptions
diff --git a/NEWS b/NEWS
index a7d2da980a..495616d2bb 100644
--- a/NEWS
+++ b/NEWS
@@ -92,8 +92,8 @@ with all sufficient information, see the ChangeLog file.
* Proc
* Proc#call (and also #[], #===, #yield) are optimized.
- Backtrace doesn't show each methods (show block lines directly).
- TracePoint also ignore these calls. [Feature #11569]
+ Backtrace doesn't show each method (show block lines directly).
+ TracePoint also ignores these calls. [Feature #11569]
* Struct
* Struct#dig [Feature #11686]