summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 04:26:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 04:26:07 +0000
commitfdeb8dc28dc7b9f2546e21ee36d909f16fd55aac (patch)
tree89fd5c0780a697eff46aedc6abd9d739e98850e5
parent9b3e0ca63ce5bf47533ec1904605e69c3799bb0f (diff)
* 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
-rw-r--r--ChangeLog15
-rw-r--r--version.h2
2 files changed, 16 insertions, 1 deletions
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 <nobu@ruby-lang.org>
+
+ 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 <nobu@ruby-lang.org>
+
+ 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 <usa@ruby-lang.org>
* 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