Skip to content

Commit

Permalink
Updated CHANGES with import and DSL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Mar 5, 2011
1 parent 3b60390 commit dcadc07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

== Pre-Version 0.9.x

* Moved Rake DSL commands to top level ruby object 'main'. Rake DSL
commands are no longer private methods in Object. (Suggested by
James M. Lawrence/quix)

* Deprecated 'import'. Use 'Rake.import' instead.

* Rake history is now UTF-8 encoded.

* Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
Expand Down

0 comments on commit dcadc07

Please sign in to comment.