-
Notifications
You must be signed in to change notification settings - Fork 404
[CHANGELOG] Add entries for v0.63.0 #198
[CHANGELOG] Add entries for v0.63.0 #198
Conversation
cc @kmelmon |
1cc6d84
to
43d9ae3
Compare
43d9ae3
to
2e57efa
Compare
Do you want to mark this as ready for review and get it out of draft? |
Sure, I'll just drop the React syncs and mark the PR as ready |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Jesse Degger <jdegger@users.noreply.github.com>
I think it would be good to list them under the |
d150bf7
to
f3dd4d2
Compare
@TheSavior Could you leave comments on some of those deprecations? I couldn't find them by eyeballing the changes. |
CHANGELOG.md
Outdated
- Remove the Flipper pod post install step ([44beb2a685](https://github.com/facebook/react-native/commit/44beb2a685b7ceb0311bde7d0d33cb70bb891d30) by [@priteshrnandgaonkar](https://github.com/priteshrnandgaonkar)) | ||
- Enable Flipper with CocoaPods `:configuration` ([7bb1c4e1b8](https://github.com/facebook/react-native/commit/7bb1c4e1b8715a5c9cb6f9e4e77a6df783481d3d) by [@alloy](https://github.com/alloy)) | ||
|
||
### Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging deprecations so they can be moved up
I have moved the deprecation message that wasn't under the section. The rest is broken down by platform. Waiting for the final approval before we merge it. |
This is basically a duplicate of #192, but I found it easier to start from scratch. I sorted some of the entries, and removed anything I don't think could affect OSS RN users, e.g. any testing fixes/improvements. All of those changes are in the second commit; the first one has the pure generated changelog for reference.
There are still a few TODOs and maybes that I'll look at again with fresh eyes tomorrow:
I generated the changelog off of rc-1, so I still need to manually add entries for the last round of cherry-picked commits.Since LogBox was technically part of the last release (albeit unstable), I left the LogBox commits as they were without grouping them.(This one seems fine to keep unless someone thinks otherwise)There's a couple other TODOs I put in there I'll come back to.The commits for the React syncs and the internal repo syncs were a bit TMI, so I don't know whether to include any of them or not. We haven't included them in the last few changelogs, so I'll probably just remove them unless someone one of them turns out to have something important (in which case it'll get a useful label). I've grouped all those syncs in the "Unknown" section - they're the only thing keeping this a draft for now.Any other thoughts/corrections would be welcome, of course!
cc @alloy @rickhanlonii @grabbou