1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ChangeLog: missed at r62939

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2018-03-28 04:57:37 +00:00
parent 2dee659be7
commit bb0acd36c0
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
Thu Mar 28 13:56:17 2018 NARUSE, Yui <naruse@ruby-lang.org>
raise error if value contains CR/LF in iniheader of
initialize_http_header
like r59693, initialize_http_header also should raise error.
[Bug #14208]
Thu Mar 28 13:48:35 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
parse.y: end of script at newline

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.7"
#define RUBY_RELEASE_DATE "2018-03-28"
#define RUBY_PATCHLEVEL 436
#define RUBY_PATCHLEVEL 437
#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 3