Event variable improvements; Scripting/SDK improvements; New examples; Bug fixes.
The manual covers static variables: they don't reset, and act more like a global variable with a limited scope. The term "static" comes from the keyword used in C++ which does the same thing for local variables there.