diff --git a/Gemfile.lock b/Gemfile.lock index 1d806d7..1f31bf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rack-webconsole (0.1.1) + rack-webconsole (0.1.2) json rack diff --git a/History b/History index 9afa959..e152b15 100644 --- a/History +++ b/History @@ -1,3 +1,10 @@ +=== 0.1.2 / 2011-08-01 + + + Change field name to avoid conflicts with other forms (Chris Apolzon) + + Prevent visual flash of unstyled content (Rob Cameron) + + Fix minor styling issues (Jeff Kreeftmeijer) + + Avoid conflicts with libraries other than JQuery (Jo Liss) + === 0.1.1 / 2011-07-27 ! Fix bug with Content-Length not being calculated appropriately. (Corin Langosch) diff --git a/lib/rack/webconsole/version.rb b/lib/rack/webconsole/version.rb index 8f07630..9ce8f5d 100644 --- a/lib/rack/webconsole/version.rb +++ b/lib/rack/webconsole/version.rb @@ -2,6 +2,6 @@ module Rack class Webconsole # rack-webconsole version number. - VERSION = "0.1.1" + VERSION = "0.1.2" end end