Skip to content

Commit

Permalink
Move resolver change not to dev version section.
Browse files Browse the repository at this point in the history
Was auto-merged incorrectly.
  • Loading branch information
miracle2k committed Mar 12, 2014
1 parent 8f8ff6b commit f472841
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/upgrading.rst
Expand Up @@ -7,6 +7,16 @@ When upgrading from an older version, you might encounter some backwards
incompatibility. The ``webassets`` API is not stable yet.


In development version
~~~~~~~~~~~~~~~~~~

- The :class:`Resolver` API has changed. Rather than being bound to an
environment via the constructor, the individual methods now receive
a ``ctx` object, which allows access to the environment's settings.
See :ref:`the page on implementing resolvers <custom_resolver>`.
In 0.9
~~~~~~
Expand All @@ -26,13 +36,6 @@ In 0.9
- Filters can no longer access a ``self.env`` attribute. It has been renamed
to ``self.ctx``, which provides a compatible object.

- The :class:`Resolver` API has changed. Rather than being bound to an
environment via the constructor, the individual methods now receive
a ``ctx` object, which allows access to the environment's settings.
See :ref:`the page on implementing resolvers <custom_resolver>`.

In 0.8
~~~~~~
Expand Down Expand Up @@ -176,7 +179,7 @@ In 0.7

There are some significant backwards incompatible changes in this release.

- The ``Environment.updater`` property (corresponds to the
- The ``Environment.updater`` property (corresponds to the
``ASSETS_UPDATER`` setting) can no longer be set to ``False`` or
``"never"`` in order to disable the automatic rebuilding. Instead, this
now needs to be done using ``Environment.auto_build``, or the corresponding
Expand Down

0 comments on commit f472841

Please sign in to comment.