Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
updated upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Sep 6, 2013
1 parent 4845c65 commit 9a66534
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changes in version 2.4
----------------------

* Deprecated the `assetic:dump --watch` option in favor of the new
`assetic:watch` command
* Added support for running `assetic:dump` across multiple processes using
`kriswallsmith/spork`

Changes in version 2.1
----------------------

* Friendlier exception message when using Assetic in a bundle that Assetic
has not been configured to scan
* Assets are no longer dumped to the filesystem when `cache:warmup` is run.
* Assets are no longer dumped to the filesystem when `cache:warmup` is run.
This can only be done using the `assetic:dump` command
* Added support for GSS filter
* Assetic's routes are now automatically added when `use_controller` is
* Assetic's routes are now automatically added when `use_controller` is
`true`

0 comments on commit 9a66534

Please sign in to comment.