doc/changelogs/v1.0.md
Tuple#[](Range) with compile-time range literals. (#10379, thanks @HertzDevil)method_missing calls. (#10388, thanks @HertzDevil)TIES_EVEN. (#10508, thanks @straight-shoota)String#to_f out of range behaviour. (#10425, thanks @straight-shoota)Number#round. (#10413, #10360, #10479, thanks @straight-shoota)String methods. (#10367, thanks @straight-shoota)Range#== to ignore generic type arguments. (#10309, thanks @straight-shoota)Enumerable#flat_map, Iterator#flat_map work with mixed element types. (#10329, thanks @HertzDevil)sort related specs. (#10208, thanks @MakeNowJust)Set#each return type. (#10477, thanks @kachick)Set#*set_of?. (#10285, thanks @oddp)Enum to underscored String by default. (#10431, thanks @straight-shoota, @caspiano)YAML::Nodes::Node#kind. (#10432, thanks @straight-shoota)IO::Memory not be writable with read-only Slice. (#10391, thanks @straight-shoota)Int64 values within IO#read_at. (#10356, thanks @Blacksmoke16)IO::Sized#remaining=(value) to reuse an existing instance. (#10520, thanks @jgaskins)HTTP::Cookies.from_headers into separate methods for server/client. (#10486, thanks @straight-shoota)HTTP::Cookies. (#10488, thanks @straight-shoota)HTTP::Client from class methods. (#10375, thanks @oprypin)content-length header more RFC compliant. (#10353, thanks @Blacksmoke16)#respond_with_status when headers written or closed. (#10415, thanks @straight-shoota)Cookie#== to take all ivars into account. (#10487, thanks @straight-shoota)path=/ from HTTP::Cookie. (#10491, thanks @straight-shoota)HTTP::Request#local_address. (#10385, thanks @carlhoerberg)AsyncDispatcher on #finalize. (#10390, thanks @straight-shoota)Process.parse_argument behavior against a quote in a word. (#10337, thanks @MakeNowJust)LibC::MAP_ANONYMOUS to x86_64-darwin to match other platforms. (#10398, thanks @sourgrasses)\x for arbitrary binary values. (#10443, thanks @HertzDevil)foo.% calls. (#10351, thanks @MakeNowJust)Const initializer. (#10478, thanks @RX14)is_a?. (#10320, thanks @asterite)super and previous_def calls. (#10400, thanks @HertzDevil)Proc.new(&block)'s behaviour with other captured blocks. (#10263, thanks @HertzDevil)NamedTuple metaclasses through instance types. (#10501, thanks @HertzDevil)NamedTuple and other generics uniformly. (#10401, thanks @HertzDevil)