Change History
**************

0.3.2 (2007-03-12)
=================

* Ignore assertions which have unresolvable namespace prefixes.
* Special case handling for ``cc:license``.

0.3.1 (2007-03-09)
==================

* Fixed bug in subject resolution exception handling.

0.3 (2007-03-08)
================

* Fixed resolution of URIs v. CURIEs
* Drop assertions with non-namespaced CURIEs as the predicate (per updated spec)
* Updated test suite to comply with updated RDFa specification
* Corrected subject resolution behavior for <link> and <meta> elements
* Implemented entry point and extractor interface for compatibility with the
  ccrdf.rdfextract library.
* Fixed parsing of ``rev`` assertions, which was formerly completely broken.

0.2 (2006-11-21)
================

* Directly subclass list and dict for our sample triple sinks
* Additional package metadata for PyPI
* Additional documentation of sink interface and tests for the SimpleTripleSink

0.1 (2006-11-20)
================

* Initial public release

