You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a changelog or list of release notes anywhere? All I could find was this, which is from 2018.
Having an up-to-date changelog would be useful to help understand what has changed between revisions. This is especially important for major version changes, as typically a change to the major version would indicate a risk of breaking changes.
(A bit of background: We are in the process of updating some of our dependencies, and updating one of them (not sure which) caused a runtime exception. Upgrading Fable.Remoting.Client from 5 to 7 resolved the issue, but we have no idea what the implications of jumping ahead 2 major versions is since there's no up-to-date changelog to refer to.)
The text was updated successfully, but these errors were encountered:
You can find what's changed between versions on the Release notes tab on Nuget, but right now we do not maintain accumulative changelog files for each package.
Is there a changelog or list of release notes anywhere? All I could find was this, which is from 2018.
Having an up-to-date changelog would be useful to help understand what has changed between revisions. This is especially important for major version changes, as typically a change to the major version would indicate a risk of breaking changes.
(A bit of background: We are in the process of updating some of our dependencies, and updating one of them (not sure which) caused a runtime exception. Upgrading
Fable.Remoting.Client
from5
to7
resolved the issue, but we have no idea what the implications of jumping ahead 2 major versions is since there's no up-to-date changelog to refer to.)The text was updated successfully, but these errors were encountered: