Skip to content

Commit

Permalink
Fix unexpected h1 in CHANGELOG.md (crystal-lang#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Donovan Glover authored and RX14 committed Mar 9, 2018
1 parent 731e9c0 commit 6696c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
* Added `Def#visibility` in macros (thanks @ysbaddaden)
* Added `String#codepoints` and `String#each_codepoint` (thanks @jhass)
* `Char#to_i(base)` now supports bases from 2 to 36
# `Set#|` now correctly accepts a set of a possible different type (thanks @yui-knk)
* `Set#|` now correctly accepts a set of a possible different type (thanks @yui-knk)
* Flush `STDERR` on exit (thanks @jbbarth)
* `HTTP::Client` methods accept an optional block, which will yield an `HTTP::Response` with a non-nil `body_io` property to consume the response's IO
* Document `URI`, `UDPSocket` (thanks @davydovanton)
Expand Down

0 comments on commit 6696c88

Please sign in to comment.