summaryrefslogtreecommitdiff
path: root/doc/NEWS-2.2.0
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-18 20:42:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-18 21:25:01 +0900
commit185f49f90c7c553d7959d8f7261b90b398de6c3f (patch)
tree9b984b8260f7ef3318824de26bbabf2434136433 /doc/NEWS-2.2.0
parentcf31e9807956350fcca0bef1b650330a216194cc (diff)
downloadruby-185f49f90c7c553d7959d8f7261b90b398de6c3f.tar.gz
Fixed RDoc formatting [ci skip]
Diffstat (limited to 'doc/NEWS-2.2.0')
-rw-r--r--doc/NEWS-2.2.06
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/NEWS-2.2.0 b/doc/NEWS-2.2.0
index 4a029a90f2..98e252ec77 100644
--- a/doc/NEWS-2.2.0
+++ b/doc/NEWS-2.2.0
@@ -250,8 +250,7 @@ with all sufficient information, see the ChangeLog file.
* Logger::Application is extracted to logger-application gem. It's unmaintain code.
* ObjectSpace (after requiring "objspace")
- * ObjectSpace.memsize_of(obj) returns a size includes sizeof(RVALUE).
- [Bug #8984]
+ * ObjectSpace.memsize_of(obj) returns a size includes sizeof(RVALUE). [Bug #8984]
* Prime
* incompatible changes:
@@ -353,8 +352,7 @@ with all sufficient information, see the ChangeLog file.
* VM
* Use frozen string literals for Hash#[] and Hash#[]=
* Fast keyword arguments passing [Feature #10440]
- * Allow to receive huge splatted array by a rest argument
- [Feature #10440]
+ * Allow to receive huge splatted array by a rest argument [Feature #10440]
* Process
* Process creation methods, such as spawn(), uses vfork() system call.