Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Apr 1, 2023
1 parent 72edd81 commit 9d9945e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This log documents significant changes for each release.

## [1.2.1032] - 2023-04-01

* Optimise handling wildcard value for attribute in an ECL refinement; the prior implementation had no special
handling for this, and so expanded the value to all concepts, impacting performance.
* Fix handling of cardinality in expressions with a minimum of '0' (e.g. [0..1] or [0..0]).

## [1.2.1026] - 2023-03-29

* Significant but backwards-compatible change in top-level API with improved, and shortened function names (e.g. `concept` rather than `get-concept` for Clojure-based library clients)
Expand Down

0 comments on commit 9d9945e

Please sign in to comment.