1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
### 4.0.9
+ Mark the `value` argument of
[Gdk.contentProviderGetValue](https://hackage.haskell.org/package/gi-gdk-4.0.8/docs/GI-Gdk-Objects-ContentProvider.html#v:contentProviderGetValue)
as `(in)`, instead of `(out caller-allocates)`, since the pointer
itself does not change, only the memory pointed to. See [issue 447](https://github.com/haskell-gi/haskell-gi/issues/447) for more justification.
### 4.0.8
+ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))
### 4.0.7
+ Bump base lower bound
### 4.0.6
+ Bump base lower bound
### 4.0.5
+ Relax constraint on text
### 4.0.4
+ Update to haskell-gi(-base)-0.26
### 4.0.3
+ Update to haskell-gi(-base)-0.25
### 4.0.2
+ Upgrade to haskell-gi-base-0.24
### 4.0.1
+ Initial release
|