summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-11-23 22:02:17 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-11-23 22:10:34 +0100
commitbfe179eac7e9b95cd225e06b82eb41932cc1bfe4 (patch)
tree7ec410471fdabd61d6d76a6eee10fdaed36b7495 /CHANGELOG.md
parentf397690f9fd9702d03ea1e1a6fbbfecd922e87be (diff)
downloaddoxdocgen-bfe179eac7e9b95cd225e06b82eb41932cc1bfe4.tar.gz
Release 0.0.70.0.7
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7ee8bf..9469589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [0.0.7]
+
+- Fix #31
+
+- Fixed bug where using a different trigger sequence then "*" causes a newline to be addd between the comment and the documented entity.
+
## [0.0.6]
- Improve and fix comment generation for several C++ features (#23) (thanks to @rowanG077 again)