1- ## Changes for 0.24
2-
3- ** Major change** :
4- Introduce ` github ` n-ary combinator to hoist ` ... -> Request rw res `
5- into ` ... -> IO (Either Error res) ` (i.e. n-ary ` executeRequest ` ).
6- With that in place drop ` .. -> IO (Either Error res) ` functions.
7-
8- This reduces symbol bloat in the library.
9- [ #415 ] ( https://github.com/phadej/github/pull/415 )
1+ ## Changes for 0.25
102
11- - Remove double ` withOpenSSL `
12- [ #414 ] ( https://github.com/phadej/github/pull/414 )
13- - Pull requests reviews API uses issue number
14- [ #409 ] ( https://github.com/phadej/github/pull/409 )
15- - Update ` Repo ` , ` NewRepo ` and ` EditRepo ` data types
16- [ #407 ] ( https://github.com/phadej/github/pull/407 )
173- Add ` executeRequestWithMgrAndRes `
184 [ #421 ] ( https://github.com/phadej/github/pull/421 )
195- Add ` limitsFromHttpResponse `
@@ -33,6 +19,23 @@ This reduces symbol bloat in the library.
3319- Organise exports in ` GitHub `
3420 [ #430 ] ( https://github.com/phadej/github/pull/430 )
3521
22+ ## Changes for 0.24
23+
24+ ** Major change** :
25+ Introduce ` github ` n-ary combinator to hoist ` ... -> Request rw res `
26+ into ` ... -> IO (Either Error res) ` (i.e. n-ary ` executeRequest ` ).
27+ With that in place drop ` .. -> IO (Either Error res) ` functions.
28+
29+ This reduces symbol bloat in the library.
30+ [ #415 ] ( https://github.com/phadej/github/pull/415 )
31+
32+ - Remove double ` withOpenSSL `
33+ [ #414 ] ( https://github.com/phadej/github/pull/414 )
34+ - Pull requests reviews API uses issue number
35+ [ #409 ] ( https://github.com/phadej/github/pull/409 )
36+ - Update ` Repo ` , ` NewRepo ` and ` EditRepo ` data types
37+ [ #407 ] ( https://github.com/phadej/github/pull/407 )
38+
3639## Changes for 0.23
3740
3841- Escape URI paths
0 commit comments