summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 <[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
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