Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed May 9, 2024
1 parent db60fca commit e25a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/runtimes/net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [(#646)](https://github.com/aws/aws-encryption-sdk-dafny/commit/10daadfa19db0e43fc0cc6d7b989f1fb477a22b0) Enforces input constraints.

Prior to this fix, the AWS Encryption SDK in .NET (ESDK-NET) failed to enforce user input constraints. Input shapes without required members set would always result in a `NullReferenceException`.
Now, the ESDK-NET will throw it's own Exceptions when illegal user input
Now, the ESDK-NET will throw its own Exceptions when illegal user input
is submitted.

### Fixes
Expand Down

0 comments on commit e25a983

Please sign in to comment.