summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 6c901003ba..f58bb343e7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -16,8 +16,8 @@ Note: We're only listing outstanding class updates.
* Kernel
- * `Kernel#inspect` now check for the existence of a `#instance_variables_to_inspect` method
- allowing to control which instance variables are displayed in the `#inspect` string:
+ * `Kernel#inspect` now checks for the existence of a `#instance_variables_to_inspect` method,
+ allowing control over which instance variables are displayed in the `#inspect` string:
```ruby
class DatabaseConfig
@@ -108,11 +108,11 @@ Note: We're only listing outstanding class updates.
The following bundled gems are promoted from default gems.
-* ostruct 0.6.1
+* ostruct 0.6.2
* pstore 0.2.0
* benchmark 0.4.1
* logger 1.7.0
-* rdoc 6.14.0
+* rdoc 6.14.1
* win32ole 1.9.2
* irb 1.15.2
* reline 0.6.1
@@ -153,7 +153,10 @@ The following bundled gems are updated.
* rexml 3.4.1
* net-imap 0.5.8
* net-smtp 0.5.1
+* matrix 0.4.3
+* prime 0.1.4
* rbs 3.9.4
+* debug 1.11.0
* base64 0.3.0
* bigdecimal 3.2.2
* drb 2.2.3
@@ -165,7 +168,7 @@ The following bundled gems are updated.
## Compatibility issues
-* The following methdos were removed from Ractor due because of `Ractor::Port`:
+* The following methods were removed from Ractor due because of `Ractor::Port`:
* `Ractor.yield`
* `Ractor#take`