This might be a dumb question, but what's the easi...
# compose
c
This might be a dumb question, but what's the easiest way to consume release notes for compose updates. I know I can go to https://developer.android.com/jetpack/androidx/releases/compose-animation for example and then click through each artifact, but is there just like a general "release notes for compose 1.1.0-beta04" that includes all artifacts?
👀 1
a
no, because the different artifact groups are technically versioned independently, we just haven't done a release like that yet. (Which doesn't change that the desire for a one-stop, "what's new at HEAD?" page is entirely reasonable!)
c
I wonder if like when we move to RC or stable if there could just be a summary? I basically just want to know "Oh hey compose 1.1 is out. I wonder what items from the roadmap made it from 1.0"
z
For what its worth, I think the coroutines lib has a great changelog ❤️