mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Fix changelog
This commit is contained in:
parent
dbcb28dded
commit
85c6a8faa3
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,9 @@
|
|||
3.1.0.rc.2
|
||||
===
|
||||
|
||||
* Custom template classes can now override the file used for creating the project Gemfile.
|
||||
* Add an "empty" template that produces the minimum necessary structure for a Middleman project.
|
||||
* Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. #896
|
||||
* Track test coverage with simplecov
|
||||
* i18n only autodetects languages in the `locales` root
|
||||
* Frontmatter cache fixes solve performance regressions found in 3.1.x
|
||||
|
@ -22,9 +25,6 @@
|
|||
3.1.0.rc.1
|
||||
===
|
||||
|
||||
* Custom template classes can now override the file used for creating the project Gemfile.
|
||||
* Add an "empty" template that produces the minimum necessary structure for a Middleman project.
|
||||
* Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. #896
|
||||
* Move more into core, autoloaded if gems are available.
|
||||
* DataStore may now be accessed like a hash with #[] and #has_key?. #880
|
||||
* The i18n extension now supports providing localized templates as separate files, like index.es.html.haml. #816, #823
|
||||
|
|
Loading…
Reference in a new issue