]> git.wincent.com - wikitext.git/commitdiff
Prepare for 3.0 release 3.0
authorWincent Colaiuta <win@wincent.com>
Thu, 10 Nov 2011 08:57:23 +0000 (00:57 -0800)
committerWincent Colaiuta <win@wincent.com>
Fri, 11 Nov 2011 05:56:48 +0000 (21:56 -0800)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Gemfile.lock
doc/RELEASE-NOTES
lib/wikitext/version.rb

index 862145d5859a0013816991e1acaf9c53e8c06534..75b7668ac9e7b83c178782fb8884613a85f74198 100644 (file)
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    wikitext (3.0b)
+    wikitext (3.0)
 
 GEM
   remote: http://rubygems.org/
index 4d8ebb830e29bc255cc8cff0be63f07cf8c25294..01adf7024989771aad08c34e8f44baeb9ad43983 100644 (file)
@@ -6,6 +6,11 @@ require any user or developer action are generally not included
 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
index 3620bc3c1a3a1998e103f0e7c0fe602aee1ba03e..c3b84570da3b29466b2e925e2388346027ea9956 100644 (file)
@@ -22,5 +22,5 @@
 # POSSIBILITY OF SUCH DAMAGE.
 
 module Wikitext
-  VERSION = '3.0b'
+  VERSION = '3.0'
 end # module Wikitext