CHANGELOG.md in infoboxer-0.1.2.1 vs CHANGELOG.md in infoboxer-0.2.0
- old
+ new
@@ -1,7 +1,19 @@
# Infoboxer's change log
+## 0.2.0 (2015-12-21)
+
+* MediaWiki backend changed to (our own handcrafted)
+ [mediawiktory](https://github.com/molybdenum-99/mediawiktory);
+* Added page lists fetching like `MediaWiki#category(categoryname)`,
+ `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 echancements.
+
## 0.1.2.1 (2015-12-04)
* Small bug with newlines in templates fixed.
## 0.1.2 (2015-08-18)
@@ -20,8 +32,8 @@
* Small refactorings;
* Documentation fixes.
## 0.1.0 (2015-08-07)
-Initial (ok, I know it's typically called 0.1.1, but here's work of
+Initial (ok, I know it's typically called 0.0.1, but here's work of
three monthes, numerous documentations and examples and so on... so, let
it be 0.1.0).