
                   NEW FEATURES in version 0.9.1.

*   added the dot operator
*   enabled the constants folding mistakingly disabled in 0.9.0
*   added YourTestBed example for quick testing of JEL features

                   BUGS

*   JEL does not run under IBM JDK 1.1.8 on Linux with JIT on if it was
    compiled by JDK 1.1 compiler with -O flag. This is either problem of
    javac or IBM's JIT. Note that distributed version is compiled with
    jdk 1.2 compiler and works with IBM JDK 1.1.8 JIT.

*   In Microsoft JVM with JIT enabled "d2i" instruction was not implemented
    correctly. To see if this BUG is fixed in Your JVM run the JEL
    testsuite, if all tests pass You are safe.
    

                       PLANNED FEATURES

1. More examples to come.

Wed Aug 16 00:34:07 CEST 2000 
           Konstantin Metlov.