diff --git a/CHANGELOG.md b/CHANGELOG.md index abc04dd..f1f2c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,14 @@ ## [0.4.1] - 2024-02-17 - Fixed + - A bug where using double quotes in Literal type (such as `Literal["foo"]` could produce a false positive `DOC203` violation. - Removed useless argument `--src` +- Full diff + - https://github.com/jsh9/pydoclint/compare/0.4.0...0.4.1 + ## [0.4.0] - 2024-02-08 - Changed