diff options
| author | Christoph Schlosser <christoph@linux.com> | 2020-06-26 15:16:40 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2020-06-26 15:23:22 +0200 |
| commit | 07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0 (patch) | |
| tree | dd4623026b85e3ee5b52340d9418b5a4fd061296 /CHANGELOG.md | |
| parent | 3e68f18e2e10d90bd094707141c943146482f68b (diff) | |
| download | doxdocgen-07c77d40f5a84d7cf2bc1c0e99734d9e3742c0b0.tar.gz | |
Prepare release 0.7.00.7.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f017bbb..0a1a538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [0.7.0] + +### Feature + +- Add option to filter keywords (like custom defines) from input line #159 (#152) + +### Fix + +- Argument type would be placed as the param instead of the argument name #154 + + Thanks to @DaanHuinink + +- Bug when commenting macros #158 (#142) + ## [0.6.0] ### Feature |