aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ee83b1b4c6..989ec8052a 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,8 @@ with all sufficient information, see the ChangeLog file.
* New methods:
* Module#using, which activates refinements of the specified module only
in the current class or module definition.
+ * extended methods:
+ * Module#refine is no longer experimental.
* Mutex
* misc
@@ -48,8 +50,9 @@ with all sufficient information, see the ChangeLog file.
* toplevel
* extended methods:
- * main.using activates refinements in the ancestors of the argument
- module to support refinement inheritance by Module#include.
+ * main.using is no longer experimental. The method activates refinements
+ in the ancestors of the argument module to support refinement
+ inheritance by Module#include.
=== Core classes compatibility issues (excluding feature bug fixes)