Skip to content

Commit aae2b2a

Browse files
[RN][Changelog] Add changelog for v0.85.0-rc.1
1 parent 41a1941 commit aae2b2a

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v0.85.0-rc.1
4+
5+
### Breaking
6+
7+
- Fix unsafe rawPointer access in cloneMultiple. ([1d47693230](https://github.com/facebook/react-native/commit/1d476932305f2563d773eb04f0f78a9bdd2525e1) by [@coado](https://github.com/coado))
8+
9+
#### Android specific
10+
11+
12+
13+
#### iOS specific
14+
15+
16+
17+
### Added
18+
19+
- Add c++ AnimatedModule to DefaultTurboModules ([15e52e3f71](https://github.com/facebook/react-native/commit/15e52e3f71e7199808686e2b86ea54dcb2495b71) by [@zeyap](https://github.com/zeyap))
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+
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.1 ([6be3604ab6](https://github.com/facebook/react-native/commit/6be3604ab6c497c4131986650e6406a5746542f7) by [@react-native-bot](https://github.com/react-native-bot))
92+
- Merge branch '0.85-stable' of https://github.com/facebook/react-native into 0.85-stable ([9e1aaa8ca4](https://github.com/facebook/react-native/commit/9e1aaa8ca4364182650f6da6a5e6e1d080e79ec1) by [@alanleedev](https://github.com/alanleedev))
93+
- [0.85] Add support for custom headers in devsupport ([410ffb04cc](https://github.com/facebook/react-native/commit/410ffb04cc6a2fc0baa41ef0fe3ed9cd7c1cb28e) by [@cipolleschi](https://github.com/cipolleschi))
94+
- Bump Podfile.lock ([2750e6038d](https://github.com/facebook/react-native/commit/2750e6038d41054d2fa6156d982be228ca3de8e3) by [@react-native-bot](https://github.com/react-native-bot))
95+
- Release 0.85.0-rc.0 ([3e2367c58d](https://github.com/facebook/react-native/commit/3e2367c58d60c97414a3a135f9f5d89e87ee5e3d) by [@react-native-bot](https://github.com/react-native-bot))
96+
97+
#### Android Unknown
98+
99+
100+
101+
#### iOS Unknown
102+
103+
104+
105+
#### Failed to parse
106+
107+
108+
109+
3110
## v0.83.4
4111

5112
### Fixed

0 commit comments

Comments
 (0)