ruby-changes:56461
From: Kazuhiro <ko1@a...>
Date: Sun, 14 Jul 2019 15:55:47 +0900 (JST)
Subject: [ruby-changes:56461] Kazuhiro NISHIYAMA: f2d99fd820 (master): [DOC] Fix indent [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=f2d99fd820 From f2d99fd8209058e75d5d1c56d179509c06486107 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sun, 14 Jul 2019 15:41:45 +0900 Subject: [DOC] Fix indent [ci skip] diff --git a/doc/NEWS-2.6.0 b/doc/NEWS-2.6.0 index 18eaa1a..4ad4b08 100644 --- a/doc/NEWS-2.6.0 +++ b/doc/NEWS-2.6.0 @@ -352,24 +352,24 @@ BigDecimal:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.6.0#L352 Modified methods:: - * BigDecimal() accepts the new keyword "exception:" similar to Float(). + * BigDecimal() accepts the new keyword "exception:" similar to Float(). Note for the differences among recent versions:: - You should want to know the differences among recent versions of bigdecimal. - Please select the suitable version of bigdecimal according to the following - information. + You should want to know the differences among recent versions of bigdecimal. + Please select the suitable version of bigdecimal according to the following + information. - * 1.3.5 has BigDecimal.new without "exception:" keyword. You can see the - deprecation warning of BigDecimal.new when you specify "-w" option. - BigDecimal(), BigDecimal.new, and Object#to_d methods are the same. + * 1.3.5 has BigDecimal.new without "exception:" keyword. You can see the + deprecation warning of BigDecimal.new when you specify "-w" option. + BigDecimal(), BigDecimal.new, and Object#to_d methods are the same. - * 1.4.0 has BigDecimal.new with "exception:" keyword. You always see the - deprecation warning of BigDecimal.new. Object#to_d method is different - from BigDecimal() and BigDecimal.new. + * 1.4.0 has BigDecimal.new with "exception:" keyword. You always see the + deprecation warning of BigDecimal.new. Object#to_d method is different + from BigDecimal() and BigDecimal.new. - * 2.0.0 will be released soon after releasing Ruby 2.6.0. This version - will not have the BigDecimal.new method. + * 2.0.0 will be released soon after releasing Ruby 2.6.0. This version + will not have the BigDecimal.new method. Bundler:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/