Skip to content

Commit

Permalink
Update version to 1.5.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Mar 23, 2021
1 parent 5667702 commit fd5ef07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Src/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects {
apply plugin: 'eclipse'

group = 'info.cqframework'
version = '1.5.2-SNAPSHOT'
version = '1.5.2'
}

subprojects {
Expand Down
5 changes: 0 additions & 5 deletions Src/java/cql-to-elm/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fd5ef07

Please sign in to comment.