mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep
This commit is contained in:
parent
d845503f50
commit
af486d7d2a
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
master
|
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
|
3.3.10
|
||||||
===
|
===
|
||||||
* Fixes #1469, missing `cattr_accessor` in Redcarpet support.
|
* Fixes #1469, missing `cattr_accessor` in Redcarpet support.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.3.10' unless const_defined?(:VERSION)
|
VERSION = '3.3.11' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue