| 1234567891011121314151617181920212223 |
- Changes in version 3.0.1
- ========================
- :program:`Universal Feed Parser` 3.0.1 was released on June 21, 2004.
- - default to ``us-ascii`` for all text/* content types
- - recover from malformed ``content-type`` header parameter with no equals sign ("text/xml; charset:iso-8859-1")
- - docs: added :file:`reference-feed.html` and :file:`reference-entry.html` (bug #977723)
- - docs: fixed ``entry[i]`` in documentation (should be ``entries[i]``) (bug #977722)
- - docs: added note about Unicode string usage (bug #977716)
- - docs: added :file:`basic-existence.html` (bug #977704)
- - docs: fixed description of feed title (bug #977685)
- - docs: fixed typo in annotated :abbr:`RSS (Rich Site Summary)` 1.0 feed (bug #977682)
|