From 2aec06be3d984f5db8a9603085f716c52f63078d Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Fri, 4 Apr 2014 20:26:33 +0200 Subject: [PATCH] Complete change log + prepare for 0.10 --- CHANGES.rst | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b0e9498..7355770 100644 --- a/CHANGES.rst +++ b/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 `_) -- Fix handling invalid urls of SoundCloud. (`#21 `_) +Release 0.9 (Apr. 4, 2014) +-------------------------- + +- Add ``VideoBackend.template_name`` and rendering embed code from file. + +- Allow relative sizes in template tag + (`#19 `_). + +- Fix handling invalid urls of SoundCloud. + (`#21 `_). + +- Catch ``VideoDoesntExistException`` and ``UnknownBackendException`` in + template tags and admin widget. + +- Add base exception ``EmbedVideoException``. Release 0.8 (Feb. 22, 2014)