v0.4.0 (2013-09-24)
===================

- API change: dwca.get_line() -> dwca.get_line_by_id()
- API new: dwca.get_line_by_index()
- (Core File) iteration order is now guaranteed for dwca.each_line()
- Refactoring: DwCALine subclassed (as DwCACoreLine and DwCAExtensionLine)

v0.3.3 (2013-09-05)
===================

- DwCALines are now hashable.

v0.3.2 (2013-08-28)
===================

- API: added the dwca.absolute_temporary_path() method.

v0.3.1 (2013-08-09)
===================

- Bugfix: lxml added as a requirement.

v0.3.0 (2013-08-08)
===================

- XML parsing (metadata, EML, ...) now uses BeautifulSoup 4 instead of v3.

v0.2.1 (2013-08-02)
===================

- Added a property (core_terms) to DwCAReader to get a list the DwC terms in use in the core file.

v0.2.0 (2013-07-31)
===================

- Specific support for GBIF Data portal (occurrences) export.
- Small bug fixes.

v0.1.1 (2013-05-28)
===================

- Fixes packaging issues.

v0.1.0 (2013-05-28)
===================

 - Initial release.