Doc and changelog entries for 91b4fc984b32.

This commit is contained in:
Georg Brandl 2011-07-23 10:04:09 +02:00
parent 3e649cf681
commit ed0bad3889
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ Features added
- #537: Added :confval:`nitpick_ignore`. - #537: Added :confval:`nitpick_ignore`.
- #306: Added :event:`env-get-outdated` event. - #306: Added :event:`env-get-outdated` event.
- :meth:`.Application.add_stylesheet` now accepts full URIs.
* Autodoc: * Autodoc:

View File

@ -256,7 +256,7 @@ the following public API:
Add *filename* to the list of CSS files that the default HTML template will Add *filename* to the list of CSS files that the default HTML template will
include. Like for :meth:`add_javascript`, the filename must be relative to include. Like for :meth:`add_javascript`, the filename must be relative to
the HTML static path. the HTML static path, or a full URI with scheme.
.. versionadded:: 1.0 .. versionadded:: 1.0