diff --git a/doc/changes.xml b/doc/changes.xml index 80c3c078d43c26022765b50e0b2ebfb96652c774..bd2ff0b6943cdb980fc0a020b867dda0b1b3c790 100755 --- a/doc/changes.xml +++ b/doc/changes.xml @@ -2,6 +2,26 @@ <chapter id="changes"> <title>Change History</title> + <simplesect> + <title>Changes For Version 1.6.19 (February 28, 2009)</title> + + <itemizedlist mark="bullet"> + <listitem> + <para>The current release of FXRuby couldn't be built from source against Ruby 1.9.1 final + due to a change in some of the file-related utility libraries + (see <ulink + url="http://rubyforge.org/tracker/index.php?func=detail&aid=23786&group_id=300&atid=1223">RubyForge + Bug #23786</ulink>). This problem has been corrected.</para> + </listitem> + <listitem> + <para>The <methodname>addAccel</methodname> method for the <classname>FXAccelTable</classname> class + now accepts lambda functions (or any other objects that respond to <methodname>call</methodname>). See + the <ulink url="http://www.fxruby.org/doc/api/classes/Fox/FXAccelTable.html">API documentation</ulink> + for <classname>FXAccelTable</classname> for examples of how this works.</para> + </listitem> + </itemizedlist> + </simplesect> + <simplesect> <title>Changes For Version 1.6.18 (December 29, 2008)</title>