You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
### v0.9.15 (2017-01-19)
2
+
3
+
4
+
#### Bug Fixes
5
+
6
+
***header:** security fix for header values that include newlines ([a5437373](https://github.com/hyperium/hyper/commit/a543737370f69bbadbb6fee0917b90541a2c78a0))
7
+
8
+
9
+
#### Breaking Changes
10
+
11
+
* This technically will cause code that a calls
12
+
`SetCookie.fmt_header` to panic, as it is no longer to properly write
13
+
that method. Most people should not be doing this at all, and all
14
+
other ways of printing headers should work just fine.
15
+
16
+
The breaking change must occur in a patch version because of the
0 commit comments