Add 1.15.0 changelog

This commit is contained in:
Roman Mogilatov 2016-03-14 00:08:12 +02:00
parent a531650c77
commit 2f50fcb9e7
2 changed files with 8 additions and 1 deletions

View File

@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
from . import catalogs
catalog = catalogs
VERSION = '1.14.11'
VERSION = '1.15.0'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,13 @@ Development version
-------------------
- No features.
1.15.0
------
- Add ``Provider.provide()`` method. ``Provider.__call__()`` become a
reference to ``Provider.provide()``.
- Add provider overriding context.
- Update main examples and README.
1.14.11
-------
- Update README.