diff --git a/CHANGELOG.md b/CHANGELOG.md index aebcd76..2692501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,8 @@ specification. + `http.Request` + `buffalo.Request` - [Generator] The generator now tries to keep going with instrumentation even if some instrumentation - fails. All files will stay modified, and the generator will exit with an error code and output - all the collected errors. + fails. On error, still _No file will be modified_, and the generator will exit with an error code + and output all the collected errors instead of only the first one. ### Deprecated @@ -41,6 +41,8 @@ specification. ### Fixed +- [Generator] Fix a few generator crashes when instrumented functions have specific argument types. + ### Security - Update all dependencies to reduce dependabot alerts in