We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
'\"'
1 parent 3c71228 commit 9265f7fCopy full SHA for 9265f7f
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* **(breaking-change)** IO#peek now returns an empty slice on EOF (See #4240, #4261)
5
* **(breaking-change)** Rename `WeakRef#target` to `WeakRef#value` (See #4293)
6
* **(breaking-change)** Rename `HTTP::Params.from_hash` to `HTTP::Params.encode` (See #4205)
7
+* **(breaking-change)** `'\"'` is now invalid, use `'"'` (See #4309)
8
* Improved backtrace function names are now read from DWARF sections (See #3958, thanks @ysbaddaden)
9
* Improved sigfaults and exceptions are printed to STDERR (See #4163, thanks @Sija)
10
* Improved SSL Sockets are now buffered (See #4248)
0 commit comments