summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md22
-rw-r--r--README.md3
-rw-r--r--package.json4
3 files changed, 24 insertions, 5 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
diff --git a/README.md b/README.md
index a4d66f7..4c91cc0 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,4 @@ See [Below](#whats-to-come)
* Configuration options
* Support more configuration options
-* Tests
-
* More languages
- * C++11 and newer
diff --git a/package.json b/package.json
index 20e5ab5..cc9f71c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "doxdocgen",
"displayName": "Doxygen Documentation Generator",
"description": "Generate doxygen documentation from source code",
- "version": "0.0.7",
+ "version": "0.1.0",
"publisher": "cschlosser",
"engines": {
"vscode": "^1.16.0"
@@ -109,7 +109,7 @@
},
"devDependencies": {
"typescript": "^2.5.3",
- "vscode": "^1.1.5",
+ "vscode": "^1.1.10",
"@types/node": "^7.0.43",
"@types/mocha": "^2.2.42",
"tslint": "^5.7.0"