From fdeb8dc28dc7b9f2546e21ee36d909f16fd55aac Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 14 Sep 2017 04:26:07 +0000 Subject: * ChangeLog: forgotten entries for r59880 and r59881. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee7e705c79..c8588c9a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Thu Sep 14 13:24:51 2017 Nobuyoshi Nakada + + parse.y: primary should not be 0 + + * parse.y (primary): should not be 0, since it can be a receiver. + [ruby-core:82447] [Bug #13836] + +Thu Sep 14 13:19:30 2017 Nobuyoshi Nakada + + vm_method.c: alias warning at refined method + + * vm_method.c (rb_method_entry_make): suppress a warning at + refined method which will not be redefined. + [ruby-core:82385] [Bug #13817] + Thu Sep 14 13:14:19 2017 NAKAMURA Usaku * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): st_index_t may not be diff --git a/version.h b/version.h index 5baa49119a..648814bbbf 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.3.5" #define RUBY_RELEASE_DATE "2017-09-14" -#define RUBY_PATCHLEVEL 372 +#define RUBY_PATCHLEVEL 373 #define RUBY_RELEASE_YEAR 2017 #define RUBY_RELEASE_MONTH 9 -- cgit v1.2.3