Skip to content

Commit

Permalink
Updated CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 5, 2015
1 parent dbf8e42 commit 28da78e
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
0.6.4 (2015-02-05)
------------------
**Changes**
- Implemented some missing properties in :code:`Episode` and :code:`Detail` objects
- Catch XML parsing errors and display error messages for debugging purposes
- Use :code:`etree.HTMLParser` (if available)
- Added missing "artist" object in [/library] :code:`metadata()` map

**Fixed**
- Catch empty response in [:/prefs] :code:`get()` method
- Thread synchronization issue with :code:`HttpClient` configuration

0.6.3 (2015-01-04)
------------------
- Added support for authentication tokens
- Added "chapter_source" property to [Video] objects
- Fixed install issue when "requests" isn't installed
- Fixed issue where [ObjectManager] couldn't construct properly
- Added support for authentication tokens
- Added "chapter_source" property to [Video] objects
- Fixed install issue when "requests" isn't installed
- Fixed issue where [ObjectManager] couldn't construct properly

0.6.2 (2014-10-30)
------------------
- Converted LICENSE and README to ReStructuredText

0.6.1 (2014-10-23)
------------------
- Cleaned up all_leaves() and children() response parsing
- Cleaned up all_leaves() and children() response parsing

0.6.0 (2014-10-08)
------------------
- Initial release
- Initial release

0 comments on commit 28da78e

Please sign in to comment.