diff --git a/CHANGELOG.md b/CHANGELOG.md index 308a32a7d0..3229bbf4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,10 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a bug where nullable wrapper schema flattening would ignore some composed type options. - Fixed a bug where arrays without items definition would derail generation. - Fixed a bug with enums detection for generation. (interpreted as string) -- Fixes a bug where classes names cleanup could end-up in a collision. -- Fixes a bug where null reference exception would be thrown when trying to lookup type inheritance on discriminators -- Fixes the lookup of model namespaces to only look in the target namespace to avoid reference collissions -- Fixes a bug for the generated send method for paths returning Enums in dotnet. +- Fixed a bug where classes names cleanup could end-up in a collision. +- Fixed a bug where null reference exception would be thrown when trying to lookup type inheritance on discriminators +- Fixed the lookup of model namespaces to only look in the target namespace to avoid reference collisions. +- Fixed a bug for the generated send method for paths returning Enums in dotnet. +- Breaking: renamed the --loglevel parameter to --log-level. ## [0.1.3] - 2022-05-06