diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fd0b4b..73645823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,14 @@ What's new * Fix a bug that defaultValue was not returned while decoding a `NSCoding` value. +* Fix a compile error on static linking MMKV while openssl is static linked too. ### Android What's new * Introducing **Native Buffer**. Checkout [wiki](https://github.com/Tencent/MMKV/wiki/android_advance#native-buffer) for details. * Fix a potential crash when trying to recover data from file length error. +* Protect from mistakenly passing `Context.MODE_MULTI_PROCESS` to init MMKV. ### Win32