summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristoph Schlosser <thisisagap@gmail.com>2018-01-27 13:22:54 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-20 22:27:03 +0100
commiteb3e3e6d765cdecb87391df198df8a662395c057 (patch)
tree44c2d81daa745bce8ceef4432132502db1cdede1 /CHANGELOG.md
parent5838cc90ebfbe743f491a7c255bce81713f2903f (diff)
downloaddoxdocgen-eb3e3e6d765cdecb87391df198df8a662395c057.tar.gz
Release 0.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9469589..8b4af53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Change Log
+## [0.1.0]
+
+- Fix #40
+
+- Fix #38
+
+- Fix #37
+
+- Fix #36
+
+- Fix #28
+
+- Fix #24
+
+- Implemented support for noexcept and throw
+
+- Implemented support for constexpr and final
+
+- Implemented support for unnamed parameters, this broke in version 0.7
+
+- Add new config variable that allows a user to disable the true and false return on bool types and make it behave like a normal type
+
## [0.0.7]
- Fix #31