Граф коммитов

1276 Коммитов

Автор SHA1 Сообщение Дата
Yuki Nishijima 2b2be71cab Add did_you_mean's promotion to the NEWS 2019-12-24 18:24:55 -05:00
Marcus Stollsteimer da0a0bae8b NEWS: add meaning of "CoW" ("copy-on-write") 2019-12-24 22:13:49 +01:00
Alan Wu f3067deb88
Revert "Add NEWS entry about Module#name performance (#2779)" (#2781)
This reverts commit 3e9221d94a.
2019-12-24 14:54:20 -05:00
Alan Wu 3e9221d94a
Add NEWS entry about Module#name performance (#2779) 2019-12-24 14:02:50 -05:00
Hiroshi SHIBATA 8c017824c8
Added entry for json-2.3.0 2019-12-24 22:31:38 +09:00
Hiroshi SHIBATA 1cd2ebed61
Update the news entries for RubyGems and Bundler 2019-12-24 21:39:37 +09:00
Marcus Stollsteimer b03aea62ab NEWS: fix method references for Range#{cover?,include?} 2019-12-24 10:02:22 +01:00
Marcus Stollsteimer 44a1f51695 NEWS: improve sections for warning option / Warning 2019-12-24 09:49:22 +01:00
Nobuyoshi Nakada c47106699c
NEWS: added references to warning option [ci skip] 2019-12-24 14:57:55 +09:00
Nobuyoshi Nakada adf498b84f
Moved warning option section and added a reference [ci skip] 2019-12-24 13:24:41 +09:00
Nobuyoshi Nakada d0f1eb3e4e
Separated command line option in NEWS [ci skip] 2019-12-24 11:28:18 +09:00
Nobuyoshi Nakada 5a62fb1277
Mentioned `-W:` command option in NEWS [ci skip] 2019-12-24 11:14:16 +09:00
zverok f2e1e6cba4 Enhance explanations for beginless range and #clamp, and add missing feature 2019-12-24 11:00:39 +09:00
manga_osyo f09a4ff265 Added NEWS for Feature 15373 2019-12-24 10:30:43 +09:00
Koichi Sasada 360f153fca remove "experimental" from numbered parameter.
Numbered parameter is not an experimental feature,
confirmed by Matz.
https://twitter.com/yukihiro_matz/status/1209271452798607361
2019-12-24 10:25:21 +09:00
Koichi Sasada f201700051 move a NEWS entry about inline method cache 2019-12-24 04:16:40 +09:00
Marcus Stollsteimer 9a42e0c7ed NEWS: add reference for [Feature #14405] 2019-12-23 14:46:58 +01:00
Marcus Stollsteimer de1a462454 NEWS: revise grammar, language, markup, etc. 2019-12-23 14:45:24 +01:00
Marcus Stollsteimer bbde77cd26 NEWS: fix some typos, grammar, and language 2019-12-23 09:46:08 +01:00
Marc-Andre Lafortune 7779ade48c NEWS: Fix issue reference [#15807] [DOC] 2019-12-23 01:59:17 -05:00
Marc-Andre Lafortune dadf1255b6 README: Add Range#minmax to the list of potential incompatibilities [#15929] [DOC] 2019-12-23 01:55:39 -05:00
Marc-Andre Lafortune 3e1adf5731 README: Improve wording [DOC] 2019-12-23 01:48:38 -05:00
Marc-Andre Lafortune 7df2503b77 NEWS: Hint at potential incompatibility with Range#minmax [#15807] 2019-12-23 01:40:36 -05:00
Kazuhiro NISHIYAMA 92d0958257
FrozenError.new accepts :receiver instead of 2nd argument [ci skip]
[ruby-core:96227] [Feature #16419]
2019-12-23 13:23:08 +09:00
Kazuhiro NISHIYAMA 3142a6beb2
Revert "Changed behavior on windows platforms too [ci skip]"
This reverts commit 1bf8d5e979.

Because 204dc3f39f reverts 61aff0cd18
2019-12-23 12:07:15 +09:00
Nobuyoshi Nakada 1ed87dd3c4
Add NEWS about Warning.[] [Feature #16345] [ci skip] 2019-12-23 11:08:22 +09:00
Kazuhiro NISHIYAMA 1bf8d5e979
Changed behavior on windows platforms too [ci skip]
at 61aff0cd18 [Bug #15267]
2019-12-23 00:16:51 +09:00
卜部昌平 ced4c5dace add NEWS about cache improvement [ci skip] 2019-12-22 11:55:12 +09:00
Koichi Sasada 644336eef5 add a NEWS entry for [Feature #16163] 2019-12-22 05:20:08 +09:00
Jeremy Evans 9eded02446 Add Array#minmax, Range#minmax, and Proc#ruby2_keywords to NEWS 2019-12-20 10:47:56 -08:00
Yusuke Endoh 1fea3a7636 NEWS: Update the explanation of pattern matching
Add an example of "<expr> in <pattern>", an example of
NoMatchingPatternError, and mention that the slides are slightly
obsolete.
2019-12-20 21:37:46 +09:00
Nobuyoshi Nakada 7a94225e7d
Refined the warning message for numbered-parameter like variables
[Bug #16438]
2019-12-20 14:58:51 +09:00
Hiroshi SHIBATA d8db343a21
Merge RubyGems 3.1.1 and update the NEWS entry for RubyGems 2019-12-16 20:47:04 +09:00
Hiroshi SHIBATA 1e80a208cc
Update the NEWS entry for Bundler 2.1.0 2019-12-16 10:09:16 +09:00
Kazuhiro NISHIYAMA 4cc83f9ac6
[Feature #13083] is already reverted 2019-12-14 16:05:49 +09:00
Kazuhiro NISHIYAMA 90cdcefa78
Update warnings in NEWS 2019-12-14 16:05:15 +09:00
Marcus Stollsteimer f3240eb67d NEWS: fix pattern matching example 2019-12-13 22:07:59 +01:00
NARUSE, Yui 54072e329c Add ipaddr optional parameter to Net::HTTP#start
to replace the address for TCP/IP connection [Feature #5180]

There're 3 layers of hostname:
* host address for TCP/IP
* TLS server name
* HTTP Host header value
To test DNS round robin or check server certificate from server local,
people sometimes want to connect server with given IP address but keep
TLS server name and HTTP Host header value.

closes [Feature #15215]
closes https://github.com/ruby/ruby/pull/1893
closes https://github.com/ruby/ruby/pull/1977
2019-12-09 20:21:49 +09:00
Hiroshi SHIBATA 0950ef9a9a Remove e2mmap entries from docs 2019-11-30 08:00:40 +09:00
Nobuyoshi Nakada ba1cb388a9
Fixed the position in NEWS [Feature #16348]
[ci skip]
2019-11-29 11:17:27 +09:00
NARUSE, Yui b5fbefbf2c Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348] 2019-11-28 23:49:28 +09:00
Nobuyoshi Nakada 0b453e2a55
Get rid of inadvertent label [ci skip] 2019-11-28 21:45:43 +09:00
Kazuhiro NISHIYAMA 714a0cefc1
Fix a typo [ci skip] 2019-11-25 10:54:09 +09:00
Junichi Ito a5f0d1d715
Remove duplicated line in NEWS [ci skip]
[ruby-core:95935] [Misc #16365]
2019-11-25 10:46:23 +09:00
Koichi Sasada ae818b589e add a NEWS entry for Method#inspect 2019-11-20 17:21:50 +09:00
Yusuke Endoh 373769c939 NEWS: Add an example for the warning of "yield in singleton class" 2019-11-18 09:12:50 -06:00
git b753929806 * remove trailing spaces. [ci skip] 2019-11-18 08:00:52 +09:00
Jeremy Evans 4c7dc9fbe6 Update NEWS for $SAFE/taint changes 2019-11-18 01:00:25 +02:00
Hiroshi SHIBATA 703e05b0ee
Added default gems entry to NEWS 2019-11-14 16:09:36 +09:00
Hiroshi SHIBATA 3b614ec48a
Update RubyGems and Bundler entries on NEWS 2019-11-14 16:07:48 +09:00