Signed-off-by: Wincent Colaiuta <win@wincent.com>
PATH
remote: .
specs:
- wikitext (3.0b)
+ wikitext (3.0)
GEM
remote: http://rubygems.org/
in these release notes. For a full listing of all changes see
the source code repository at: http://git.wincent.com.
+= Changes in 3.0
+
+* fix newline-swallowing bug which affected "PRE" blocks with lines beginning
+ with a "PATH" token
+
= Changes in 3.0b
* silence deprecation warnings triggered under Rails 3.1
# POSSIBILITY OF SUCH DAMAGE.
module Wikitext
- VERSION = '3.0b'
+ VERSION = '3.0'
end # module Wikitext