Nokogiri 1.4.7 Released

Nokogiri 1.4.7 (“Double Rainbow Tag” Edition) has been released!

Hey, everyone. Remember when I said 1.4.6 was going to be the last, the
very
last, release on the 1.4 branch? Well, it turns out we had one more bug
to
fix.

So now everyone can go ahead and throw that “last bug” party. blows
party
horn weakly

NOKOGIRI

Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s
many features is the ability to search documents via XPath or CSS3
selectors.

XML is like violence - if it doesn’t solve your problems, you are not
using
enough of it.

CHANGES IN 1.4.7

  • Bugfixes

    • Fix a bug in advanced encoding detection that leads to partially
      duplicated document when parsing an HTML file with unknown
      encoding. Thanks, Timothy Elliott (@ender672)! #478