Skip to content

Commit

Permalink
build: update change log with #2042
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed May 31, 2024
1 parent 012bee4 commit a4ca31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- "master"
- "hotfix/**"
- 'feature/remove-AntaresWebWorker'

jobs:
binary:
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ v2.17.1 (2024-05-29)
* **ui-utils:** add overload signatures for validateNumber function in validationUtils [`#2029`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2029)
* **desktop**: update Antares Web Desktop version [`#2036`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2036)
* **ui:** add studies "archive" tag [`#2043`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2043)
* **ui:** prevent `CreateVariantDialog` fields overflow [`#2044`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2043)


### Bug Fixes

* **import:** allow import for users that are reader only [`#2032`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2032)
* **scenario-builder:** handle missing objects in Scenario Builder configuration [`#2038`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2038)
* **variant-command:** correct behavior of area creation command when the `input/thermal/areas.ini` file has missing sections [`#2042`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2042)
* **ui:** prevent `CreateVariantDialog` fields overflow [`#2044`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2044)


### Refactoring
Expand Down

0 comments on commit a4ca31f

Please sign in to comment.