diff --git a/CHANGELOG.md b/CHANGELOG.md index df0983f..aec0df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ - Add `string.IsUpper` - Determines if all alpha characters in this string are considered uppercase +- Various extension methods with regards to reflection: + - `GetDefaultValue` and `GetDefaultValue` - gets the value stored in the member's `DefaultValue` attribute + - `GetDescription`- gets the value stored in the member's `Description` attribute + - `SelectFromCustomAttribute` - Internally calls `GetCustomAttribute` and passes it to a `Func` so that specific members may be selected + ### Changed - n/a