diff --git a/README.md b/README.md index 5d0387f..678b1a1 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ MMMarkdown is available under the [MIT License][]. [MIT License]: http://opensource.org/licenses/mit-license.php ## Roadmap -### 0.2 - Correctness -The emphasis in this release will be on expanding the test suite and fixing bugs. While the initial release passed all of the tests in Gruber's test suite, those tests don't provide much coverage. - ### 0.3 - Full HTML Support Because Markdown can contain raw HTML, correctly parsing Markdown requires an HTML parser; otherwise, the HTML may not be passed through correctly. This release will add an HTML parser. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e25282c..9fa7c08 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,7 @@ # MMMarkdown Release Notes +## 0.2 - Correctness +This release focused on expanding the test suite and fixing bugs. Many bugs were fixed and support for the Markdown image syntax was added. + ## 0.1 The initial release of MMMarkdown. Implemented enough of markdown to pass all of Gruber's tests.