* Version 1.0.2 (stable) - API 1.0.0 (stable) - 2007-04-09

Fixed bug #10499 - AtomElement's xpath is NULL (thanks to Teo Hui Ming)
 Fixed bug #10501 -- atom getLink() should query links without rel in special case (thanks to Teo Hui Ming)

* Version 1.0.2 (stable) - API 1.0.1 (stable) - 2007-01-09



* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2007-01-09

Fixed bug in atom link handling that was preventing link retrieval
Changed detection of text content type to avoid false positives

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2006-12-26

First stable release. No changes from last release candidate

* Version 1.0.0RC2 (beta) - API 1.0.0RC2 (beta) - 2006-11-09

Improved handling of atom:text construct to allow for more media types (thanks to Mohanaraj Gonpala Krishnan for initial patch)
Fixed typos and removed duplicate return statements (request #8445)

* Version 1.0.0RC1 (beta) - API 1.0.0RC1 (beta) - 2006-07-27

First release candidate
Fixed bug #6472 - wrong paths in require_once
Fixed bug #6473 - missing files (for RSS1.1)
Fixed bug #7849 - cannot validate RSS2 feeds - by bundling relax ng schemas
Improved error handling when attributes empty
Fixed loading of sample files in regression tests
Implemented hasKey method for basic checking of whether an element exists

* Version 0.3.0beta (beta) - API 0.3.0beta (beta) - 2006-01-11

First beta release
Added support for 'content' namespace in RSS2
Further consistency fixes
Added prototype conversion script for Universal Feed Parser tests
Fixed bug in main __call function that led to problems when the same attribute was accessed multiple times

* Version 0.2.8alpha (alpha) - API 0.2.8alpha (alpha) - 2005-12-26

Added atom-specific category handling
Added 'tags' call in atom which is an alias for categories, to match Universal Feed Parser behaviour
Added base64 decoding for atom Text and Content
In atom:link elements, the rel attribute now defaults to 'alternate' if none specified
Added support for atom:logo
Numerous API fixes and consistency fixes following use of Universal Feed Parser testkit

* Version 0.2.7alpha (alpha) - API 0.2.7alpha (alpha) - 2005-10-22

Fixed bug in __call() meaning arguments in requests for feed-level elements weren't passed on correctly
Some extra compatibility maps to improve match with Universal Feed Parser

* Version 0.2.6alpha (alpha) - API 0.2.6alpha (alpha) - 2005-10-22

Added support for RSS0.90, RSS0.91 and RSS0.92
Added tests for RSS0.91 and RSS0.92
Fixed bug meaning that errors weren't being thrown for unrecognised RSS versions
Cleared up the main constructor to prevent DOM errors while detecting feed type
Added code to allow case-insensitive specification of element names as a backup
Fixed bad check of guid's 'ispermalink' attribute in RSS2Element.php

* Version 0.2.5alpha (alpha) - API 0.2.5alpha (alpha) - 2005-10-15

Fixed misplaced single quotes (bug #5677)
Added samples of feeds in farsi and japanese, with test cases
Reworked xml:base support - now applies to all appropriate atom text constructs
Reworked atom text construct handling to obey 'type' attribute

* Version 0.2.4alpha (alpha) - API 0.2.4alpha (alpha) - 2005-10-10

First release in PEAR
Added custom exception class (vote condition)
Moved to single quotes in most cases (vote condition)

* Version 0.2.3alpha (alpha) - API 0.2.3alpha (alpha) - 2005-10-02

Moved to PEAR_Exception
Fixed RSS1 test to handle entities properly
Preparing for pepr call for votes

* Version 0.2.2alpha (alpha) - API 0.2.2alpha (alpha) - 2005-09-22

Lots of CS fixes.
Added @var notes for members, and file level docblocks
Renamed some member names that were prefixed with underscores
Cleaned up a few methods' comment blocks
Moved all require_once calls to appropriate places in Parser.php
Fix to atom enclosure support
Added test for entry-only atom feed

* Version 0.2.1alpha (alpha) - API 0.2.1alpha (alpha) - 2005-09-14

Unit tests added
Various fixes and checks added following testing

* Version 0.2.0devel (devel) - API 0.2.0devel (devel) - 2005-09-11

Made DOMDocuments for feed and entries public to allow for extensions that make use of the DOM
Added functions to handle xml:base and applied to link elements
Some work on API consistency
Improved handling of content type="xhtml" for atom feeds
Fixes to use of __tostring() method

* Version 0.1.2devel (devel) - API 0.1.2devel (devel) - 2005-09-10

Added support for RSS1/2 'image' and 'textinput' elements
    Added category support (dc:subject) for RSS1
    Added cloud, ttl, skipDays, and skipHours support for RSS2 (completing RSS spec support)
    Added support for the RSS1 syndication and content modules.
    Added partial RSS1 Dublin Core support
    Added support for atom:source support and reworked atom:author support to work with it

* Version 0.1.1devel (devel) - API 0.1.1devel (devel) - 2005-09-07

Added Enclosures support
Fixed up getElementById for RSS1

* Version 0.1.0devel (devel) - API 0.1.0devel (devel) - 2005-09-03

Initial rolling

