summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fce3a600c8..1510230b66 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
* Integer#ord implemented.
+ * Integer#odd? implemented.
+ * Integer#even? implemented.
+ * Integer#pred implemented.
* Regexp.union accepts an array of patterns.