./CHANGELOG in mofo-0.2.5 vs ./CHANGELOG in mofo-0.2.6
- old
+ new
@@ -1,4 +1,9 @@
+= 0.2.6
+ - Added rel-license [Mark Murphy]
+ - Performance optimization [Mark Murphy]
+ - Fix bug in hEntry rel-tag [Mark Murphy]
+
= 0.2.5
- Added ability to find ALL microformats on a page using Microformat.find.
Only searches using loaded microformat classes, so make sure to just require 'mofo'
- Added cute aliases for H* classes, e.g. hCard.find(:first => 'url') and hResume.find('resume.html')