
                      NEW FEATURES in version 0.8.1.

1. Logical operators (&&,||,!).

2. Added operators, "~","<<",">>",">>>".

3. String concatenation operator "+".

4. Serialization of compiled expressions.

5. More optimal code for constants loading (performance enchancement).

6. String manipulation static library (gnu.jel.StringLib).

7. Bugfixes to achieve better Java Language Specification compliance.


                       BUGS

1. In Microsoft JVM with JIT enabled "d2i" instruction is not implemented
   correctly. Test case for this BUG is published on 
   http://galaxy.fzu.cz/JEL/ website. This is not bug in JEL, it's bug of
   MS JVM. Use Microsoft products on Your own risk.


                       PLANNED FEATURES

1. More examples to come.

Detailed changes since previuos versions are summarized in 
the file : ./src/gnu/jel/ChangeLog

Fri Jan 22 13:48:35 CET 1999 
           Konstantin Metlov.