From fd15d062e9ec9d5686de12087e5199496be8406f Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 1 Mar 2012 13:20:47 +1300 Subject: [PATCH] Get started on the changelog. --- changelog.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c3675a5e6a..af5105eb2e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,24 @@ -## 2.0.0 [unreleased] +## 2.0.0 [29 February 2012] * Remove jquery_include_tags helper in favor of using jquery from jquery-rails gem. [Uģis Ozols](https://github.com/ugisozols) * Finally removed `Page#[]` in favour of `Page#content_for` so instead of `@page[:body]` it's `@page.content_for(:body)`. [Philip Arndt](https://github.com/parndt) * Moved everything under Refinery namespace. [wakeless](https://github.com/wakeless) * Renamed `RefinerySetting` to `Refinery::Setting`. [Philip Arndt](https://github.com/parndt) +* Added `rails g refinery:form` generator for form textensions. [Philip Arndt](https://github.com/parndt) * Added `--trace` option to bin/refinerycms. [Steven Heidel](http://github.com/stevenheidel) * Moved `/shared/*` to `/refinery/*` instead, including `/shared/admin/*` to `/refinery/admin/*` as it makes more sense. [Philip Arndt](https://github.com/parndt) * `vendor/engines` is now `vendor/extensions` [Philip Arndt](https://github.com/parndt) -* [See full list](https://github.com/resolve/refinerycms/compare/1.0.8...master) +* [See full list](https://github.com/resolve/refinerycms/compare/1.0.9...master) +* [See explanation of changes](https://github.com/resolve/refinerycms/wiki/Changelog) + +## 1.0.9 [5 November 2011] + +* `guard` testing strategy ported from edge for testing refinery from its own directory without a dummy app. [Jamie Winsor](https://github.com/resetexistence) & [Joe Sak](https://github.com/joemsak) +* WYMEditor bug fixes [Nic Haynes](https://github.com/nicinabox) +* Bulgarian translations added. [Miroslav Rachev](https://github.com/mirosr) +* Fixed --heroku command. [Garrett Heinlen](https://github.com/gogogarrett) +* Refactored plugins code to add Ruby 1.9.3 support. [Amanda Wagener](https://github.com/awagener) +* [See full list](https://github.com/resolve/refinerycms/compare/1.0.8...1.0.9) ## 1.0.8 [1 September 2011]