diff --git a/Src/java/build.gradle b/Src/java/build.gradle index 600bed14c..302e931a3 100644 --- a/Src/java/build.gradle +++ b/Src/java/build.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'eclipse' group = 'info.cqframework' - version = '1.5.2-SNAPSHOT' + version = '1.5.2' } subprojects { diff --git a/Src/java/cql-to-elm/OVERVIEW.md b/Src/java/cql-to-elm/OVERVIEW.md index c76e46512..36df5375f 100644 --- a/Src/java/cql-to-elm/OVERVIEW.md +++ b/Src/java/cql-to-elm/OVERVIEW.md @@ -62,16 +62,11 @@ The CQL-to-ELM Translator supports all normative language constructs of the late * Enhanced model info to support advanced authoring capabilities * Improved profile-informed model info to support logical content authoring -* Improved support for include/reverseInclude and searchPath elements in retrieve -* Support comment tags as annotations on elm * Improved data-requirements inference capabilities -* Fluent function support (extension methods) * Improve retrieve filtering * Choice function invocation (if multiple overloads of a method support the different types of a choice, the return value is a choice of the results of the function invocation) * Inferred expression support for case features. -* Aggregate support * Multi-filter data-requirements -* Dynamic model info See the [1.5 Maintenance](https://github.com/cqframework/clinical_quality_language/milestone/11) milestone for details.