summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2019-10-05 15:44:16 +0200
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2019-10-05 17:12:27 +0200
commitc47d1186c75d597e6a6f2dec57dffcfbe8fe20a9 (patch)
tree2c56907e3488a3626ec629d1ffb2973638b2f79b
parentfc661c98fa316e036e9a6098fd7d66f92ac1baf1 (diff)
downloaddoxdocgen-c47d1186c75d597e6a6f2dec57dffcfbe8fe20a9.tar.gz
Add current changelog
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67605c9..1010334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [0.5.1]
+
+### Fix
+
+- ignore "restrict" keyword in C function parameter pointer (#121)
+
+- Parameters not generated when using custom trigger (#119)
+
+### Other
+
+- Update dev dependencies and increase min VS Code version (#131, #132)
+
## [0.5.0]
### Feature