.. _changes: ##################### Changes in PyFunge ##################### .. _version-0.5-rc2: 0.5-rc2 (2009-04-24) ==================== * Bug fixes. - Befunge-93 space now treats the cell as 8-bit unsigned integer. - New IPs cloned by ``t`` command are now guaranteed to be executed before parent IP. - ``u`` command does obey queuemode and invertmode from :ref:`MODE `. - ``F`` command of :ref:`TIME