Where can I find release notes (or the equivalent) for Beta and Nightly downloads? Or are these only compiled for an actual release?
Basically my goal is to be able to see what new features would be present in a given beta or nightly, to see if I wanted to try it as well as to know what new features are ready for testing.
In the GitHub repo it looks like any tag I look at always gives me the Changelog from the release, but I feel like it must be in there someplace, or maybe derive it somehow based on tags.
@JimB1,
We do not compile release notes for these builds. However, you can filter Github issues by Milestone and Date – while the results may be a mix of actual features and bug fixes, you can use this list to get a decent idea of what’s being pushed into these builds.
Presumably, anything that is expected to go into Release Notes would get that label; and then from there I can filter by issue:closed and by Milestone. Seems like this is good enough.