Skip to content

Commit

Permalink
Update changelog (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandstromErik authored Sep 29, 2023
1 parent 4519147 commit e32f5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This release **fully supports .NET 6+** for both server and client without havin
* This change came in WCF Ria Services SP1 [WCF Ria Services SP1](https://jeffhandley.com/2011-03-10/riaservicesv1sp1rtm)
> DataForm Add/Remove for EntitySet and EntityCollection
With our initial V1.0 release, many of you found that a DataForm bound to an EntitySet or an EntityCollection did not support the Add or Remove buttons. This was a difficult cut to make in V1.0, so I’m pleased to announce that with V1.0 SP1, this is now supported. Silverlight 4 introduced the [ICollectionViewFactory](http://msdn.microsoft.com/en-us/library/system.componentmodel.icollectionviewfactory(VS.95).aspx) interface, with support integrated into DataGrid and DataForm, and both EntitySet and EntityCollection now implement that interface to allow the Add/Remove features to light up.
* The WCF based `WebDomainClientFactory` will not receive any new changes and is now marked as obsolete. It is recommeded to switch to `OpenRiaServices.Client.DomainClients.BinaryHttpDomainClientFactory` instead.

### Other
* Run E2E tests against AspNetCore hosting
Expand Down

0 comments on commit e32f5ca

Please sign in to comment.