summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 26a1d44e5c..678678b3f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 7 20:29:50 2013 Shugo Maeda <shugo@ruby-lang.org>
+
+ * NEWS: remove description about `require "refinement"'.
+
Mon Jan 7 20:15:49 2013 Shugo Maeda <shugo@ruby-lang.org>
* eval.c (Init_eval): enable Refinements by default.
diff --git a/NEWS b/NEWS
index 4bc44889e9..2b81356fd0 100644
--- a/NEWS
+++ b/NEWS
@@ -104,7 +104,7 @@ with all sufficient information, see the ChangeLog file.
however a method in the prepended module overrides the
corresponding method in the prepending module.
* added Module#refine, which extends a class or module locally.
- require "refinement" is necessary to use it. [experimental]
+ [experimental]
* extended method:
* Module#define_method accepts a UnboundMethod from a Module.
* Module#const_get accepts a qualified constant string, e.g.
@@ -196,8 +196,7 @@ with all sufficient information, see the ChangeLog file.
* added method:
* added main.define_method which defines a global function.
* added main.using, which imports refinements into the current file or
- eval string. require "refinement" is necessary to use it.
- [experimental]
+ eval string. [experimental]
* cgi
* Add HTML5 tag maker.