The changelog for the nuget update Xamarin.Forms 3.6.0.220655 is missing.
but on release notes page I only see the pre2 documentation with lower version number
See a link to documentation of the 3.6 update
There is no link to documentation of the 3.6 update



Is it safe to update to this version or was this a publish mistake? If this is an official release when can we expect the changelog?
I just tried the version and now get a System.TypeLoadException: 'Could not find Windows Runtime type 'Microsoft.Graphics.Canvas.UI.Xaml.CanvasImageSource'.'
@MagicAndre1981 I believe you will need to add a reference to Win2D.uwp
@jsmarcus yes, I did this.
But the package should list this dependency and automatically add it to the project. I don't see this:
<group targetFramework="UAP10.0">
<dependency id="NETStandard.Library" version="2.0.1" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.0.12" />
</group>
Agreed. Just wanted to make sure it wasn't gating for you.
The publish was not a mistake. There is sometimes a delay publishing the release notes. The issue that you're hitting is listed as a known issue, however. Not to worry, we will be releasing additional patches shortly. Thanks!
@samhouts changelog for 3.6.0.293080 is again missing

@samhouts
ok, changelog is finally online:
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/release-notes/3.6/3.6.0-sr2#wednesday-april-3-2019---xamarinforms-360293080-360-service-release-2
@MagicAndre1981 Thanks! There is sometimes a delay in getting the release notes published, but if you have doubts, you can check https://github.com/xamarin/Xamarin.Forms/releases. Those are usually done right away.
@samhouts
ok, thanks, great tip. I subscribed to the Releases and look for changelog there.