Skip to content

Commit 2a8c8ee

Browse files
committed
Move compatibility changes of stdlib to that section
1 parent c73552e commit 2a8c8ee

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

NEWS.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -120,39 +120,13 @@ Note: We're only listing outstanding class updates.
120120

121121
## Stdlib updates
122122

123-
* Net::HTTP
124-
125-
* Removed the following deprecated constants:
126-
`Net::HTTP::ProxyMod`
127-
`Net::NetPrivate::HTTPRequest`
128-
`Net::HTTPInformationCode`
129-
`Net::HTTPSuccessCode`
130-
`Net::HTTPRedirectionCode`
131-
`Net::HTTPRetriableCode`
132-
`Net::HTTPClientErrorCode`
133-
`Net::HTTPFatalErrorCode`
134-
`Net::HTTPServerErrorCode`
135-
`Net::HTTPResponseReceiver`
136-
`Net::HTTPResponceReceiver`
137-
138-
These constants were deprecated from 2012.
139-
140123
* Tempfile
141124

142125
* The keyword argument `anonymous: true` is implemented for Tempfile.create.
143126
`Tempfile.create(anonymous: true)` removes the created temporary file immediately.
144127
So applications don't need to remove the file.
145128
[[Feature #20497]]
146129
147-
* Timeout
148-
149-
* Reject negative values for Timeout.timeout. [[Bug #20795]]
150-
151-
* URI
152-
153-
* Switched default parser to RFC 3986 compliant from RFC 2396 compliant.
154-
[[Bug #19266]]
155-
156130
* win32/sspi.rb
157131
158132
* This library is now extracted from the Ruby repository to [ruby/net-http-sspi].
@@ -303,6 +277,32 @@ details of the default gems or bundled gems.
303277
304278
## Stdlib compatibility issues
305279
280+
* Net::HTTP
281+
282+
* Removed the following deprecated constants:
283+
`Net::HTTP::ProxyMod`
284+
`Net::NetPrivate::HTTPRequest`
285+
`Net::HTTPInformationCode`
286+
`Net::HTTPSuccessCode`
287+
`Net::HTTPRedirectionCode`
288+
`Net::HTTPRetriableCode`
289+
`Net::HTTPClientErrorCode`
290+
`Net::HTTPFatalErrorCode`
291+
`Net::HTTPServerErrorCode`
292+
`Net::HTTPResponseReceiver`
293+
`Net::HTTPResponceReceiver`
294+
295+
These constants were deprecated from 2012.
296+
297+
* Timeout
298+
299+
* Reject negative values for Timeout.timeout. [[Bug #20795]]
300+
301+
* URI
302+
303+
* Switched default parser to RFC 3986 compliant from RFC 2396 compliant.
304+
[[Bug #19266]]
305+
306306
## C API updates
307307
308308
* `rb_newobj` and `rb_newobj_of` (and corresponding macros `RB_NEWOBJ`, `RB_NEWOBJ_OF`, `NEWOBJ`, `NEWOBJ_OF`) have been removed. [[Feature #20265]]

0 commit comments

Comments
 (0)