diff --git a/CHANGELOG.md b/CHANGELOG.md index 2671690..d35d2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * added option to generate models based on multiple databases(#144) * fixed generation of ManyToMany relations on junction tables with custom names(#151) * fixed problems with mysql 8 +* fixed shadowed variables tslint errors( #141) ## 0.3.1 * Fixed npx ussage(#146)