summaryrefslogtreecommitdiff
path: root/NEWS.md
AgeCommit message (Expand)Author
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-08-31Update version to 3.0.0 in NEWS.mdKazuhiro NISHIYAMA
2020-08-31[DOC] Fixed wording [ci skip]Nobuyoshi Nakada
2020-08-31[DOC] Indent a code block in NEWS [ci skip]Nobuyoshi Nakada
2020-08-29Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4eBenoit Daloze
2020-08-29Some fixes in NEWS.mdBenoit Daloze
2020-08-24Added entry for changes of default gemsHiroshi SHIBATA
2020-08-24Fix links [ci skip]Kazuhiro NISHIYAMA
2020-08-24NEWS.md: add an example, add references, and move some itemsYusuke Endoh
2020-06-26Avoid duplicated "when"s [ci skip]Takashi Kokubun
2020-06-26Add a NEWS placeholder for disposable cc [ci skip]Takashi Kokubun
2020-06-26Add NEWS entries about JIT optimizationsTakashi Kokubun
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-19Added sdbm entry to NEWSHiroshi SHIBATA
2020-06-19Add links [ci skip]Kazuhiro NISHIYAMA
2020-06-18Update NEWS.md [ci skip]Jeremy Evans
2020-06-18NEWS about Hash#except ENV#except [Feature #15822]Nobuyoshi Nakada
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto
2020-06-09Revert "Combine sweeping and moving"Aaron Patterson
2020-05-29Update NEWS / documentation with GC.start(compact:true)Aaron Patterson
2020-05-25Added entries about RubyGems and BundlerHiroshi SHIBATA
2020-04-21NEWS.md: the order of backtrace [Feature #8661] [ci skip]Nobuyoshi Nakada
2020-04-17Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-04-17NEWS.md: Mentioned the removal of NIL/TRUE/FALSE [ci skip]Nobuyoshi Nakada
2020-04-15Raise EPIPE at broken pipe for the backward compatibilityNobuyoshi Nakada
2020-04-12View the help message with PAGER [Feature #16754]Nobuyoshi Nakada
2020-04-11Silence broken pipe error messages on STDOUT [Feature #14413]Nobuyoshi Nakada
2020-04-10Reference to [Feature #16746] [ci skip]Nobuyoshi Nakada
2020-04-10Endless method definition [Feature #16746]Nobuyoshi Nakada
2020-04-10R-assign is still experimental [Feature #15921] [ci skip]Nobuyoshi Nakada
2020-04-10Rightward-assign by ASSOCNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-18Added link to the ticket [ci skip]Kazuhiro NISHIYAMA
2020-03-17Reduce allocations for keyword argument hashesJeremy Evans
2020-03-16hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh
2020-03-10Try to correct grammer of the NEWS entry [ci skip]Takashi Kokubun
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-10RDoc markdown parser needs explicit code block or more indents [ci skip]Nobuyoshi Nakada
2020-03-10Added link to the ticket [ci skip]Nobuyoshi Nakada
2020-03-09Update NEWS for autosplatting change [ci skip]Jeremy Evans
2020-03-03[DOC] Separated parenthesized notes from subsection headingsNobuyoshi Nakada
2020-02-29Fix up mark-ups in NEWS [ci skip]Nobuyoshi Nakada
2020-02-29Missing links in NEWS [ci skip]Nobuyoshi Nakada
2020-02-28Update NEWS [ci skip]Jeremy Evans
2020-02-19`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-16NEWS.md: add missing ticket linksMarcus Stollsteimer
2020-02-16NEWS.md: improve language; markup as list itemMarcus Stollsteimer
2020-02-16NEWS.md: remove leading whitespaceMarcus Stollsteimer
2020-02-16NEWS.md: fix method references; remove surplus bracketsMarcus Stollsteimer
2020-02-11Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans