CHANGELOG.md in jruby_art-0.2.4.pre vs CHANGELOG.md in jruby_art-0.2.6.pre

- old
+ new

@@ -1,12 +1,21 @@ ## JRubyArt CHANGELOG It might seem a little of that this log starts at version 0.1.2, the reason for this is that previous version relate to earlier versions which were essentially a clone of ruby-processing. +### Version 0.2.6 +Enable use of 'videoEvent' and 'captureEvent' java reflection methods by creating a 'VideoInterface' in a java class. + + +### Version 0.2.5 + +jruby-1.7.20 version +Revert to Processing::Proxy as a module, but implement :method_missing (after tyfkda processing ruby-mode), and java_import PConstants in that module. Require 'yaml' rather than 'psych' as workaround for builtin 'psych' in jruby. + ### Version 0.2.4 -Can't wait forever for jruby-9000, this release is require to promote the new toxiclibs gem. +Can't wait forever for jruby-9000, this release is required to promote the new [toxiclibs gem][]. ### Version 0.2.3 Now using curl instead of wget "following the path of least resistance for enfeebled Mac users" and also there might be better Windows support for curl vs wget. Now includes a library loader for jars (supports video and sound library etc), added control_panel and boids library. @@ -45,5 +54,7 @@ ### Version 0.1.2 First point release, requires user build, supports 2D and opengl sketches, but no library support. Sketches will only run with jruby (jruby-complete is not included). To run sketches with load_image jruby-complete is required, so either provide that or use netbeans as your ide (with jruby plugin). + +[toxiclibs gem]:https://github.com/ruby-processing/toxicgem