Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for minor versions #2229

Merged
merged 3 commits into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/developer-guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ toc_depth: 2
* Fix invalid index causing segfault in `test-study` test (#1902)

## Branch 8.8.x (end of support 12/2025)
### 8.8.6 (07/2024)
#### Bugfix
- Fix missing synthesis results for links (#2115)
#### Dependencies
- Update vcpkg (fix Boost)

### 8.8.5 (05/2024)
#### Bugfix
Expand Down Expand Up @@ -318,6 +323,12 @@ toc_depth: 2
* Array, logs jit and correlation in makefile (#1410)

## Branch 8.6.x (end of support 06/2025)
### 8.6.8 (07/2024)
#### Bugfix
- [UI] Remove propery storagecycle for short term storage added when saving a study (#2037)
#### Dependencies
- Update vcpkg (fix Boost)

### 8.6.7 (05/2024)
#### Bugfixes
* Fix formula use in output var Profit by plant [ANT-1719] (https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2097)
Expand Down
Loading