summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
commit246994285ab3e4bf754d2d684a21c4b66e619c9b (patch)
tree0a3e434212ea0df5092a009adfbe61cc4e3b71c4 /changelog
parent913d36d8f207083dfb6b627702a110d8d114be80 (diff)
Cleanup and annotation2.3.1
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index ccdc99d..0411950 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,7 @@
Release 2.3.1
-------------
+- SYS: History objects fetched from an EntityProxy now have no locker, instead of the entity proxy object as previously. This is so it can be cached by the storage manager. If a transaction enabled History object is required, it should be instantiated directly.
+- SCR: Migrate from BSF to javax.script. Switch to JVM Rhino JS engine. This has changed the script system significantly. No more bsf.lookupBean (may add dummy for compatibility). Output parameters are also handled differently now.
Build 1
- SYS: Fix NPE in SoftCache when key doesn't exist
- WF: Imply 'Name' property on instantiation if not explicity declared