CHANGES in iruby-0.2.8 vs CHANGES in iruby-0.2.9
- old
+ new
@@ -1,4 +1,21 @@
+0.2.9 (2016-05-02)
+
+ Bug Fixes:
+ * Fix an error where a NoMethodError was being raised where a table rendered using an Array of Hashes has more than `maxcols` columns. (@CGamesPlay)
+ * Patch PryBackend to throw unterminated string and unexpected end-of-file syntax errors (@kylekyle)
+
+ Enhnacements:
+ * Add an IRuby::Input class which provides widgets for getting inputs from users. (@kylekyle)
+ * Add data_uri dependency (@kylekyle)
+ * Added a clear_output display function (@mrkn)
+ * Doc fixes for installation (@kozo2, @generall)
+
+0.2.8 (2015-12-06)
+
+ * Add compatibility with ffi-rzmq
+ * Windows support
+
0.2.7 (2015-07-02)
* Fix problem with autoloaded constants in Display, problem with sciruby gem
0.2.6 (2015-06-21)