Skip to content

Commit

Permalink
Update Sylvan.Data.Releases.md typos (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
aodennison authored Feb 15, 2024
1 parent 44db156 commit 4e38537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Data/Sylvan.Data.Releases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sylvan.Data Release Notes

_0.2.13_
- Data binder now throws an exception is *no* properties get bound in `BindMode.Any`, now at least one must get bound.
- Data binder now honors `DataMeberAttribute.IsRequired` property. If unbound, binder creation will throw an `UnboundMemberException` exception.
- Data binder now throws an exception if *no* properties get bound in `BindMode.Any`, now at least one must get bound.
- Data binder now honors `DataMemberAttribute.IsRequired` property. If unbound, binder creation will throw an `UnboundMemberException` exception.
- `AsDataReader` extension method now uses DataMemberAttribute.Name as the header string if present, otherwise the property name is used.

_0.2.12_
Expand Down

0 comments on commit 4e38537

Please sign in to comment.