changes-301.rst 730 B

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