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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
### 2.0.38
+ Mark the `source_object` argument of `TaskThreadFunc` as nullable. See [issue 471](https://github.com/haskell-gi/haskell-gi/issues/471).
### 2.0.37
+ Refresh nullable overrides to those in version 2.84.1 of the library.
### 2.0.36
+ Refresh nullable overrides to those in version 2.82.2 of the library.
### 2.0.35
+ Make sure that the `data` argument of `AsyncReadyCallback` is marked
as a `user_data` type argument. See [issue 405](https://github.com/haskell-gi/haskell-gi/issues/405).
### 2.0.34
+ Expose `InputStreamClass` and `SeekableIface`, see [issue 441](https://github.com/haskell-gi/haskell-gi/issues/441).
### 2.0.33
+ Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))
### 2.0.32
+ Bump base lower bound
### 2.0.31
+ Bump base lower bound
### 2.0.30
+ Relax constraint on text
### 2.0.29
+ Update to haskell-gi(-base)-0.26
### 2.0.28
+ Update to haskell-gi(-base)-0.25
### 2.0.27
+ Upgrade to haskell-gi-base-0.24
### 2.0.26
+ Mark the return value of [appInfoGetIcon](https://hackage.haskell.org/package/gi-gio/docs/GI-Gio-Interfaces-AppInfo.html#v:appInfoGetIcon) as nullable.
### 2.0.25
+ Update for haskell-gi(-base)-0.23
+ Do not try to generate bindings for g_content_type_[gs]et_mime_dirs in Windows, as these are not available there. See https://github.com/haskell-gi/haskell-gi/issues/227.
### 2.0.24
+ Add support for inherited dependencies
+ Add a workaround for [issue 218](https://github.com/haskell-gi/haskell-gi/issues/218).
### 2.0.23
+ Tighten bounds in haskell-gi(-base)
### 2.0.22
+ List autogenerated modules in .cabal file
### 2.0.21
+ Do not try to generate bindings for g_content_type_[gs]et_mime_dirs in OSX, as these are not available there. See https://github.com/haskell-gi/haskell-gi/issues/227.
### 2.0.20
+ Update to haskell-gi(-base) 0.22
### 2.0.19
+ Update stack version to 12.10
### 2.0.18
+ The `parameter` parameter for the [`activate`](https://hackage.haskell.org/package/gi-gio-2.0.18/docs/GI-Gio-Callbacks.html#t:ActionEntryActivateFieldCallback) callback of `ActionEntry` is nullable, but it is not marked as such in the introspection data.
### 2.0.17
+ The return value of [`applicationNew`](https://hackage.haskell.org/package/gi-gio/docs/GI-Gio-Objects-Application.html#v:applicationNew) can be null, but it is not marked as such in the introspection data, leading to a rather confusing error message (see [issue 142](https://github.com/haskell-gi/haskell-gi/issues/142) and [issue 143](https://github.com/haskell-gi/haskell-gi/issues/143)).
### 2.0.16
+ The return value of [`volumeGetMount`](https://hackage.haskell.org/package/gi-gio/docs/GI-Gio-Interfaces-Volume.html#v:volumeGetMount) is nullable, but was not marked as such.
### 2.0.15
+ Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how to disable overloading](https://github.com/haskell-gi/haskell-gi/wiki/Overloading\#disabling-overloading).
|