-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNEWS
30 lines (19 loc) · 892 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
! NEWS
!! Changes 0.0.6 from 0.0.5: 2010-08-28
* fix missing NEWS.ja for packaging
!! Changes 0.0.5 from 0.0.4: 2010-08-26
* fix a bug: strings after non-WikiName expression are ignored
* new text decoration ``monospaced text``
* fix rake failure with Hoe 1.9.0 or later
* add syntax highlighting with google-code-prettify
!! Changes 0.0.4 from 0.0.3: 2009-08-17
* escape collectly in inline_plugin same as block_plugin does.
* fix a DoS vulnerability processing a plugin expression.
!! Changes 0.0.3 from 0.0.2: 2008-08-25
* fix warning message "Could not find main page README.txt" at installation via gem
!! Changes 0.0.2 from 0.0.1: 2008-08-11
* fix a bug: an inline that is inside of a modifier inline do not works
* add a option "--no-wikiname" to `hikidoc' command
* correct URI scheme behavior of InterWikiName
* add some tests
* add a Rake task "coverage" (requires rcov)