Skip to content

Commit ef5695e

Browse files
authored
Added readme notes for bitcode and nanopb fixes. (#278)
* Added readme notes for bitcode and nanopb fixes.
1 parent 6c71c4a commit ef5695e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release_build_files/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ frameworks/darwin | OS X frameworks (desktop or stub
6969
| implementations, compiled against libc++)
7070
libs/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.
7373
libs/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

0 commit comments

Comments
 (0)