This document is the change log for version 3.7.0 of CSLA .NET for Windows.
For a more complete list of changes, go to http://www.lhotka.net/cslabugs, select “all issues” and filter the status to “closed” and/or “checked in”.
Click here for a list of known issues with this version.
Release 3.7.0-090721:
Wpf\CslaDataProvider (090717)
http://www.lhotka.net/cslabugs/edit_bug.aspx?id=435
The _init field now starts as false, and is set to true in BeginInit(), then to false again in EndInit(). This way if the control is created directly through code the _init field is never used/changed so it doesn't cause issues.
Pre-Release 3.7.0-090630:
Async events (090626)
http://www.lhotka.net/cslabugs/edit_bug.aspx?id=433
Fix several places where events weren’t being properly removed.