Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Mar 11, 2024
1 parent 2a35318 commit 7e7b662
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Release Notes
=============

Upcoming Version
----------------
.. Upcoming Version
.. ----------------
Version 0.3.8
-------------

**New Features**

Expand All @@ -19,7 +22,7 @@ Upcoming Version
* The multiplication of two linear expression with non-zero constants led to wrong results of the cross terms. Given the multiplication `(v1 + c1) * (v2 + c2)` with `v` being a variable and `c` a constant, the operation did not calculate the cross terms `v1 * c2 + v2 * c1`. This is fixed now.


Version 0.3.6
Version 0.3.7
-------------

**New Features**
Expand Down

0 comments on commit 7e7b662

Please sign in to comment.