Skip to content

# Version 42.0.9, release-date 2023-08-06

Latest
Compare
Choose a tag to compare
@qaadis qaadis released this 07 Aug 16:11
· 641 commits to master since this release
  • Fixed bug in equals(arg) and compareTo(arg) methods in SDatetime class.
    Some internal variables were changed when it was called, which could cause
    an error when called in multitask.
  • X-definition is now generated from also from YAML source data (if the package
    org.yaml.snakeyaml is available in the classpath).
    (See org.xdef.util.GenXDefinition and org.xdef.impl.GenXDef.)