# $Id: Changes,v 1.6 2005/10/07 04:07:05 asc Exp $

Changes for the Net::Flickr::RDF Perl library

1.3	Thu Oct 06 2005

	- FIXED serialization methods to use STDOUT if no file handle
	  is defined...just like the docs say

	- ADDED 'make_tag_triples'; 'make_photoset_triples';
          'make_group_triples'; 'make_grouppool_triples' object
          methods

	- ADDED 'serialise_triples' and 'serialize_triples' object
	  methods; these replace the private '_describe' method which
	  has been removed

	- ADDED 'build_photoset_uri'; 'build_group_uri';
          'build_grouppool_uri' package method

	- ADDED 'prune_triples' package method

	- ADDED caching for most 'collect_*_data' methods

	- ADDED rdf:type SPO for global tag URLs

	- CHANGED all pre-existing 'build_*_uri' methods to be package
          methods instead of object methods; this should not affect
          backwards compatibility

	- UPDATED 'make_user_triples'; 'make_cc_triples' object methods to
          return a list if (wantarray)

	- UPDATED POD

1.2	Wed Oct 05 2005

	- ADDED make_user_triples; make_cc_triples object methods

	- ADDED proper CC RDF blobs. photos licensed under the CC now
          reference a cc:License triple; photo with no license will
          continue to use dc:license

	- UPDATED collect_user_data to set a 'user_id' key

	- UPDATED POD

1.1	Wed Sep 28 2005

        - FIXED URI for (personal) tags

        - FIXED POD

        - FIXED Changes

        - UPDATED uri_shortform to use 'namespaces' package method
          when package has been subclassed

        - ADDED build_user_uri; build_user_tag_uri; build_global_tag_uri

1.0	Fri Sep 22 2005

	- Initial release.