summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 09:39:52 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 09:39:52 +0000
commit42fdd9407d420f80c7c664ae22615986959b9c5b (patch)
tree5e6947069103afa7ce01c4d099d83a521cf36383
parentba81ac79916161092b8884c81527abe3bb1912eb (diff)
merge revision(s) 62734: [Backport #14613]
Add missing class FrozenError to Exception subclasses list documentation [Fix GH-1818] From: Miguel Landaeta <miguel@miguel.cc> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--error.c1
-rw-r--r--version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/error.c b/error.c
index 2109936e72..24a4e62615 100644
--- a/error.c
+++ b/error.c
@@ -2234,6 +2234,7 @@ syserr_eqq(VALUE self, VALUE exc)
* * FloatDomainError
* * RegexpError
* * RuntimeError -- default for +raise+
+ * * FrozenError
* * SystemCallError
* * Errno::*
* * ThreadError
diff --git a/version.h b/version.h
index 3eb62440ac..3e5773b0d9 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.5.0"
#define RUBY_RELEASE_DATE "2018-03-20"
-#define RUBY_PATCHLEVEL 45
+#define RUBY_PATCHLEVEL 46
#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 3