1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
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)
|