diff --git a/README.md b/README.md index 1d5350bcf..95312a434 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Since 2019-03-05, the `dss_capi` repository contains all the Pascal code used to See [the changelog](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md) for a detailed list. +- 2024-03-13 / version 0.14.3: More incremental updates and fixes, including some in the classic API. - 2024-02-26 / version 0.14.2: More incremental updates and fixes, especially in the alternative API. - 2024-02-16 / version 0.14.1: Incremental updates and fixes, especially in the alternative API. - 2024-02-09 / version 0.14.0: Lots of changes and bugfixes, see the changelog. diff --git a/docs/changelog.md b/docs/changelog.md index 5ec938219..aaaa9c358 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,7 +17,7 @@ # Versions 0.14.x -## Version 0.14.3 (2024-03-12) +## Version 0.14.3 (2024-03-13) - Header/Alt: fix `dss_obj_float64_int32_func_t` (returns `double`, not `int32_t`). - Header: add enums for (state) variables for several components (Generator, IndMach012, PVSystem, Storage, UPFC, VCCS).