Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed May 24, 2024
1 parent f18efaa commit 8cfb74a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/web/release-notes-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ use the `TFEL` libraries in `C++` projects, using either the

# Issues fixed

## Issue 567: `MTestCurrentState.copy()` produces a shallow copy in python bindings

This behaviour is consistent with the copy constructor of the
`StudyCurrentState` class.

To make a deep copy of this object, the `makeDeepCopy` method has been
introduced.

For more details, see <https://github.com/thelfer/tfel/issues/567>

## Issue 557: `[mfront]` allow to specify dsl options in `MFrontBase::getDSL`

For more details, see <https://github.com/thelfer/tfel/issues/557>
Expand Down

0 comments on commit 8cfb74a

Please sign in to comment.