Changelog for gi-webkit2-4.0.18
4.0.18
- The return values of
backForwardListGetNthItem
,backForwardListGetBackItem
,backForwardListGetForwardItem
andbackForwardListGetCurrentItem
can all beNULL
, but were not marked as such. This fixes issue 155.
4.0.17
- The
ignoreHosts
argument ofnetworkProxySettingsNew
was being represented asMaybe Text
, but it should have beenMaybe [Text]
. This fixes issue 154.
4.0.15
- Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see how to disable overloading.