From e76048fb3a0b74bfdaf4ae2b032b6e4a18a8e68f Mon Sep 17 00:00:00 2001 From: Simon Cockx Date: Thu, 23 Nov 2023 17:00:42 +0100 Subject: [PATCH] Updated release notes --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e135010338..e03c73ca18 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -54,7 +54,7 @@ _What is being released?_ This release updates the `rosetta-dsl` dependency. Version updates include: -- `rosetta-dsl` 9.1.0: this release includes a rewrite of the Java expression generator, which fixes a number of static compilation errors as well as readability and performance improvements of the generated code. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.1.0. +- `rosetta-dsl` 9.1.0: this release fixes several code generation issues such as [when assigning a Rosetta int to a Rosetta number](https://github.com/REGnosys/rosetta-dsl/issues/579). For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.1.0. The issue brought to light a bug in the model having to do with the `CashPriceQuantityNoOfUnitsTriangulation` function, which has been resolved.