diff --git a/src/FESI/FESI.changes b/src/FESI/FESI.changes index 549b0193..f2cb4905 100644 --- a/src/FESI/FESI.changes +++ b/src/FESI/FESI.changes @@ -19,4 +19,7 @@ Changes to standard FESI distribution (1.1.4) for Hop the prototype after the object was created. - Changed FESI.Interpreter.EcmaScriptEvaluateVisitor to use .equals instead of == in equal method for helma.framework.core.ESNode objects, since different - wrappers may wrap the same object. \ No newline at end of file + wrappers may wrap the same object. +- Added RequestEvaluator reval field to FESI.Interpreter.Evaluator in order to + let ESLoader crate wrappers with correct prototype for path element objects. +