Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 10, 2024
1 parent 78393aa commit 28e500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add `TestEngine.GetAssemblyMetadataAttributes` to get `AssemblyMetadataAttribute` from `assemblyFile`.
- Add `AssemblyMetadataSerializable` to serialize `AssemblyMetadataAttribute` to `AssemblyMetadataSerializable`.
- Add `AppDomainDisposable` internal class to create a new `AppDomain` and dispose it.
- Add `TryChangeType` to try to convert `object` to `ParameterType`.
- Update `GetTestNameWithArguments` to support generic types.
- Add `TryChangeType` to try to convert `object` to `ParameterType`. (Fix: #29)
- Update `GetTestNameWithArguments` to support generic types. (Fix: #30)
- Update `ValueToArgumentName` to support `float` with `f`.
### Tests
- Add `SampleMetadata` and `SampleMetadataAttribute` test project.
Expand Down

0 comments on commit 28e500a

Please sign in to comment.