diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c7775..9f7c805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 3.3.1 + +- Fixed #427: missing connection check on Android (thanks moshe5745) +- Fixed #459: namespace collision on iOS when another plugin is also using AFNetworking (thanks zafirskthelifehacker) +- Fixed #429: intermediate CA certs are not respected on iOS when using client certs (thanks pavrda) +- Fixed #444: errors are not handled when invalid header values are applied on browser (thanks @MobisysGmbH) +- Fixed #441: sensible data can be cached in cache.db on iOS (thanks dtarnawsky) + # 3.3.0 - Feature #451: expose response object on `downloadFile()` (thanks to @MobisysGmbH)