Skip to content

Commit

Permalink
Changelog: add missing breaking change regarding '\"'
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Apr 21, 2017
1 parent 3c71228 commit 9265f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
* **(breaking-change)** IO#peek now returns an empty slice on EOF (See #4240, #4261)
* **(breaking-change)** Rename `WeakRef#target` to `WeakRef#value` (See #4293)
* **(breaking-change)** Rename `HTTP::Params.from_hash` to `HTTP::Params.encode` (See #4205)
* **(breaking-change)** `'\"'` is now invalid, use `'"'` (See #4309)
* Improved backtrace function names are now read from DWARF sections (See #3958, thanks @ysbaddaden)
* Improved sigfaults and exceptions are printed to STDERR (See #4163, thanks @Sija)
* Improved SSL Sockets are now buffered (See #4248)
Expand Down

0 comments on commit 9265f7f

Please sign in to comment.