Where are the FSharp.Core 7.0.300 release notes? #15332
-
I'd like to know what it is in the 7.0.300 and why I should update to it in our applications. https://www.nuget.org/packages/FSharp.Core/7.0.300#release-body-tab I also do not see |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We don't generate release notes for Other changes are probably internal implementation details. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Not much has changed externally. https://www.fuget.org/packages/FSharp.Core/7.0.300/lib/netstandard2.1/diff/6.0.7/ |
Beta Was this translation helpful? Give feedback.
We don't generate release notes for
FSharp.Core
at this moment, mostly due to external release process.Version bump also doesn't mean there are any changes (we bump version every time we branch from previous release), your best choice now will probably be to look at public API surface changes:
https://www.fuget.org/packages/FSharp.Core/7.0.300/lib/netstandard2.1/diff/7.0.200/
Other changes are probably internal implementation details.