File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ frameworks/darwin | OS X frameworks (desktop or stub
6969 | implementations, compiled against libc++)
7070libs/linux/ARCH/ABI | Linux static libraries (desktop or stub
7171 | implementations, GCC 4.8+, libc++).
72- | Built against C++11 or legacy ABI.
72+ | Built against C++11 or legacy ABI.
7373libs/windows | Windows static libraries (desktop or stub
7474 | implementations, MSVC 2019+)
7575
@@ -573,6 +573,8 @@ code.
573573
574574### 7.1.0
575575- Changes
576+ - General (iOS): Re-enabled Bitcode in iOS builds
577+ ([ #266 ] [ https://github.com/firebase/firebase-cpp-sdk/issues/266 ] ).
576578 - Auth: You can now specify a language for emails and text messages sent
577579 from your apps using ` UseAppLanguage() ` or ` set_language_code() ` .
578580 - Firestore: Fixed partial updates in ` Update() ` with
@@ -586,6 +588,9 @@ code.
586588 new instance-based APIs to better manage fetching config data.
587589 - Remote Config: Deprecated old module-based API in favor of the new
588590 instance-based API instead.
591+ - Remote Config (Desktop): Fixed multiple definition of Nanopb symbols
592+ in binary SDK
593+ ([ #271 ] [ https://github.com/firebase/firebase-cpp-sdk/issues/271 ] ).
589594
590595### 7.0.1
591596- Changes
You can’t perform that action at this time.
0 commit comments