What was new in Lucee 5.2

I think i missed one… Introduced to Lucee in version 5.2.2.23 released in Feb 2016.

Externalise Strings

All bytecode built based on your CFML code holds all the strings in your CFML code. That can be a lot and all ends up in the memory of your JVM (Java Virtual Machine). To reduce that memory, Lucee is able to externalize strings used in your generated bytecode, so it does not end in your bytecode.