This commit is contained in:
Thomas Reynolds 2015-03-24 09:14:33 -07:00
parent d845503f50
commit af486d7d2a
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
master
===
3.3.11
===
* Add jruby to the list of envs requiring tzinfo-data.
* Don't lookup resource for path if the path is absolute. Fixes #1195
* Make preview host and port configurable in config.rb and also expose those variables to extensions which are curious. Closes #1477
* Append assets hash to .woff2 files
3.3.10
===
* Fixes #1469, missing `cattr_accessor` in Redcarpet support.

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.3.10' unless const_defined?(:VERSION)
VERSION = '3.3.11' unless const_defined?(:VERSION)
end