mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Complete change log + prepare for 0.10
This commit is contained in:
parent
820541cc15
commit
2aec06be3d
1 changed files with 18 additions and 5 deletions
23
CHANGES.rst
23
CHANGES.rst
|
|
@ -1,11 +1,24 @@
|
|||
Release 0.9 (dev)
|
||||
---------------------------
|
||||
Release 0.10 (dev)
|
||||
------------------
|
||||
|
||||
- Add ``VideoBackend.template_name`` and rendering embed code from file
|
||||
*Nothing yet.*
|
||||
|
||||
- Allow relative sizes in template tag (`#19 <https://github.com/yetty/django-embed-video/pull/19>`_)
|
||||
|
||||
- Fix handling invalid urls of SoundCloud. (`#21 <https://github.com/yetty/django-embed-video/issues/21>`_)
|
||||
Release 0.9 (Apr. 4, 2014)
|
||||
--------------------------
|
||||
|
||||
- Add ``VideoBackend.template_name`` and rendering embed code from file.
|
||||
|
||||
- Allow relative sizes in template tag
|
||||
(`#19 <https://github.com/yetty/django-embed-video/pull/19>`_).
|
||||
|
||||
- Fix handling invalid urls of SoundCloud.
|
||||
(`#21 <https://github.com/yetty/django-embed-video/issues/21>`_).
|
||||
|
||||
- Catch ``VideoDoesntExistException`` and ``UnknownBackendException`` in
|
||||
template tags and admin widget.
|
||||
|
||||
- Add base exception ``EmbedVideoException``.
|
||||
|
||||
|
||||
Release 0.8 (Feb. 22, 2014)
|
||||
|
|
|
|||
Loading…
Reference in a new issue