]> git.wincent.com - docvim.git/blob - CHANGELOG.md
Add loupe files to integration tests
[docvim.git] / CHANGELOG.md
1 # master (not yet released)
2
3 # 0.3.1.0 (12 June 2016)
4
5 - Squelch warning about exposed `Paths_docvim` module.
6
7 # 0.3.0.0 (12 June 2016)
8
9 - Fix explicit links to headings in GitHub Markdown.
10 - Plug-in link targets  at the top level (eg. `*foo.txt*` and `*foo`) are now downcased.
11 - Info extracted from the `@plugin` annotation is now centered in the Vim output.
12 - The `-d`/`--debug` flag now causes a dump of the compiled AST to be logged to the standard error.
13 - Moved under the `Text.*` namespace, to `Text.Docvim.*`.
14 - Fix ordering issues with synthesized headings.
15
16 # 0.2.0.0 (9 June 2016)
17
18 - New version number (testing release process).
19
20 # 0.1.0.0 (9 June 2016)
21
22 - Initial preview release.