Fix up mark-ups in NEWS [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-02-29 13:24:29 +09:00
parent 0333f3c03c
commit 2b85591943
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

10
NEWS.md
View File

@ -43,12 +43,12 @@ sufficient information, see the ChangeLog file or Redmine
* Modified method * Modified method
* Kernel#clone when called with freeze: false keyword will call * Kernel#clone when called with `freeze: false` keyword will call
#initialize_clone with the freeze: false keyword. #initialize_clone with the `freeze: false` keyword.
[[Bug #14266]] [[Bug #14266]]
* Kernel#eval when called with two arguments will use "(eval)" * Kernel#eval when called with two arguments will use "(eval)"
for __FILE__ and 1 for __LINE__ in the evaluated code. for `__FILE__` and 1 for `__LINE__` in the evaluated code.
[[Bug #4352]] [[Bug #4352]]
* Module * Module
@ -103,9 +103,9 @@ sufficient information, see the ChangeLog file or Redmine
## Miscellaneous changes ## Miscellaneous changes
* Methods using ruby2_keywords will no longer keep empty keyword * Methods using `ruby2_keywords` will no longer keep empty keyword
splats, those are now removed just as they are for methods not splats, those are now removed just as they are for methods not
using ruby2_keywords. using `ruby2_keywords`.
* Taint deprecation warnings are now issued in regular mode in * Taint deprecation warnings are now issued in regular mode in
addition to verbose warning mode. [[Feature #16131]] addition to verbose warning mode. [[Feature #16131]]