Skip to content

Commit 9265f7f

Browse files
author
Ary Borenszweig
committedApr 21, 2017
Changelog: add missing breaking change regarding '\"'
1 parent 3c71228 commit 9265f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* **(breaking-change)** IO#peek now returns an empty slice on EOF (See #4240, #4261)
55
* **(breaking-change)** Rename `WeakRef#target` to `WeakRef#value` (See #4293)
66
* **(breaking-change)** Rename `HTTP::Params.from_hash` to `HTTP::Params.encode` (See #4205)
7+
* **(breaking-change)** `'\"'` is now invalid, use `'"'` (See #4309)
78
* Improved backtrace function names are now read from DWARF sections (See #3958, thanks @ysbaddaden)
89
* Improved sigfaults and exceptions are printed to STDERR (See #4163, thanks @Sija)
910
* Improved SSL Sockets are now buffered (See #4248)

0 commit comments

Comments
 (0)
Please sign in to comment.