mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
3.2 changelog
This commit is contained in:
parent
22c977d426
commit
6db13610ac
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,19 @@
|
|||
master
|
||||
===
|
||||
|
||||
3.2.0
|
||||
===
|
||||
|
||||
* Dropped support for Ruby 1.8
|
||||
* Dropped empty "middleman-more" gem
|
||||
* Support the AsciiDoc format
|
||||
* `page_classes` now prefixes class names starting with numbers with an alpha character. "x" by default.
|
||||
* AREL-style sitemap query language no longer mutates on filter
|
||||
* Logging can now be forwarded to a file
|
||||
* Syntax errors in config.rb no longer hang the server
|
||||
* Fixed memory leak when adding blocks to resources. #1020
|
||||
* Support HEAD requests in the server
|
||||
|
||||
3.1.6
|
||||
===
|
||||
|
||||
|
|
Loading…
Reference in a new issue