CHANGELOG.md in infoboxer-0.2.4 vs CHANGELOG.md in infoboxer-0.2.5

- old
+ new

@@ -1,7 +1,11 @@ # Infoboxer's change log +## 0.2.5 (2016-06-27) + +* Fix of `<math>` tags parsing (#66) + ## 0.2.4 (2016-04-16) * `MediaWiki#get_h` works correctly with several synonymous pages now; * `get` and `get_h` work better when some of required titles are downcase; * Travis compatibility check restored. @@ -42,10 +46,10 @@ `MediaWiki#search(search_phrase)`; * `MediaWiki#get` now can fetch any number of pages at once (it was only 50 in previous versions); * `bin/infoboxer` console added for quick experimenting; * `Template#to_h` added for quick information extraction; -* many small bugfixes and enchancements. +* many small bugfixes and enchancements. ## 0.1.2.1 (2015-12-04) * Small bug with newlines in templates fixed.