Skip to content

Commit

Permalink
Bump version: v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danmactough committed Jun 4, 2013
1 parent c9eea2d commit cab0863
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

v0.15.4 / 2013-06-04
==================

* Fix processing instruction handler to avoid interpretting extraneouso whitespace as attribute names.
* Use item source for xmlurl, if absent. Closes #63
* Add more xml:base fallbacks. Resolves #64
* Merge branch 'unexpected-arrays'
* Fix date parsing. Don't trust that the dates are not arrays.
* Make tests run on v0.10. Closes #61.

v0.15.3 / 2013-05-05
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "feedparser",
"author": "Dan MacTough <danmactough@gmail.com>",
"description": "Robust RSS Atom and RDF feed parsing using sax js",
"version": "0.15.3",
"version": "0.15.4",
"keywords": [
"rss",
"feed",
Expand Down

0 comments on commit cab0863

Please sign in to comment.