diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +Thu Sep 14 13:24:51 2017 Nobuyoshi Nakada <[email protected]> + + 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 <[email protected]> + + 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 <[email protected]> * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): st_index_t may not be @@ -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 |