Skip to content

Commit dffd293

Browse files
committed
Add release notes for 0.5.0.
1 parent 78de4c9 commit dffd293

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/RELEASE-NOTES.TXT

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Reviki
22

33
Version History
4+
0.5.0 (2015-04-02)
5+
------------------
6+
7+
* Introduced new wiki syntax:
8+
9+
+ Triple double quotes (""") can be used to mark up block quotations.
10+
[REVIKI-569]
11+
12+
+ Back-ticks can be used to mark up sections of code. Triple back-ticks
13+
(```) are used for blocks of code and may contain a language hint.
14+
Single back-ticks may be used for inline code.
15+
[REVIKI-587]
16+
17+
* Fixed an issue that prevented opaque URIs (e.g. mailto: links) from working
18+
as the target of inter-wiki links.
19+
[REVIKI-602]
20+
21+
* Added support for single square bracket (confluence style) links to the
22+
renderer. These are not enabled in Reviki, but may be enabled by systems
23+
embedding the Reviki renderer (e.g. the JIRA plugin).
24+
[REVIKI-592, REVIKI-599]
25+
26+
427
0.4.0 (2014-10-14)
528
------------------
629

0 commit comments

Comments
 (0)