File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for yesod-test
2
2
3
- ## 1.6.16
4
- * Add ` getCookies ` . [ #1815 ] ( https://github.com/yesodweb/yesod/pull/1815 )
3
+ ## 1.6.17
4
+ * add ` getCookies ` . [ #1815 ] ( https://github.com/yesodweb/yesod/pull/1815 )
5
5
6
6
## 1.6.16
7
7
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ getResponse = fmap yedResponse getSIO
335
335
-- | Get the cookies set for the current test. Differs from `getRequestCookies`
336
336
-- in that this allows you to access cookies outside of a request builder
337
337
--
338
- -- Since 1.6.16
338
+ -- @since 1.6.17
339
339
getCookies :: YesodExample site Cookies
340
340
getCookies = fmap yedCookies getSIO
341
341
Original file line number Diff line number Diff line change 1
1
name : yesod-test
2
- version : 1.6.16
2
+ version : 1.6.17
3
3
license : MIT
4
4
license-file : LICENSE
5
5
You can’t perform that action at this time.
0 commit comments