CHANGELOG.md in infoboxer-0.2.8 vs CHANGELOG.md in infoboxer-0.3.0.pre
- old
+ new
@@ -1,6 +1,24 @@
# Infoboxer's change log
+## 0.3.1.pre (2017-09-16)
+
+* Introduce interwiki links following (and proper handling of interwikis, in general);
+* Add `<gallery>` tag support;
+* Introduce `Navigation::Selector#===`;
+* Much more `Enumerable`'s methods supported by `Nodes`;
+* Lot of small simplifications, cleanups and bugfixes.
+
+TBH, it should be 0.4.0 or more, but it would be a shame to change versions so fast :) So, at least
+until it is `-pre`, let it be 0.3.1.
+
+## 0.3.0 (2017-07-23)
+
+* Change logic of navigation through templates; now templates contents aren't hidden from global
+ lookups. While sometimes leading to less impressive demos, this approach proved itself to be more
+ useful for production.
+* Introduce WikiPath query language as an alternative to series of lookups.
+
## 0.2.8 (2017-05-11)
* Switch to MediaWiktory 0.1.0 + some subsequent cleanup of internal logic;
* Additional `prop:` param for `MediaWiki#get`, `#get_h`, and `#raw`, allowing to fetch arbitrary
page properties.