Skip to content

Commit 3094706

Browse files
[RN][Changelog] Add changelog for v0.85.0-rc.7
1 parent 185a613 commit 3094706

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,110 @@
11
# Changelog
22

3+
## v0.85.0-rc.7
4+
5+
### Breaking
6+
7+
8+
9+
#### Android specific
10+
11+
12+
13+
#### iOS specific
14+
15+
16+
17+
### Added
18+
19+
20+
21+
#### Android specific
22+
23+
24+
25+
#### iOS specific
26+
27+
28+
29+
### Changed
30+
31+
32+
33+
#### Android specific
34+
35+
36+
37+
#### iOS specific
38+
39+
40+
41+
### Deprecated
42+
43+
44+
45+
#### Android specific
46+
47+
48+
49+
#### iOS specific
50+
51+
52+
53+
### Removed
54+
55+
56+
57+
#### Android specific
58+
59+
60+
61+
#### iOS specific
62+
63+
64+
65+
### Fixed
66+
67+
68+
69+
#### Android specific
70+
71+
72+
73+
#### iOS specific
74+
75+
- Fix Hermes crash when async void TurboModule method throws NSException by re-throwing instead of converting to JSError on wrong thread ([4083a6ff92](https://github.com/facebook/react-native/commit/4083a6ff92b0ffd4f71166848f3d7ce36172fac8) by [@fabriziocucci](https://github.com/fabriziocucci))
76+
77+
### Security
78+
79+
80+
81+
#### Android specific
82+
83+
84+
85+
#### iOS specific
86+
87+
88+
89+
### Unknown
90+
91+
- Release 0.85.0-rc.7 ([b2839b1d62](https://github.com/facebook/react-native/commit/b2839b1d62888e124dc7fb81d16da1c510484a97) by [@react-native-bot](https://github.com/react-native-bot))
92+
- Bump Podfile.lock ([b3f24a51f0](https://github.com/facebook/react-native/commit/b3f24a51f0374853522444b7ea187cda1d015029) by [@react-native-bot](https://github.com/react-native-bot))
93+
- Release 0.85.0-rc.6 ([8f22bbd225](https://github.com/facebook/react-native/commit/8f22bbd225b65dd5aa39706e97e34249b717b20e) by [@react-native-bot](https://github.com/react-native-bot))
94+
95+
#### Android Unknown
96+
97+
98+
99+
#### iOS Unknown
100+
101+
102+
103+
#### Failed to parse
104+
105+
106+
107+
3108
## v0.85.0-rc.6
4109

5110
### Changed

0 commit comments

Comments
 (0)