Skip to content

Commit 02ea35e

Browse files
committed
changelog updated
1 parent 927c767 commit 02ea35e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to libfranka in this file.
44

5+
## UNRELEASED
6+
### libfranka - C++
7+
- fix: valgrind will not report as error reachable-type memleaks from gtest (see https://github.com/google/googletest/issues/4109)
8+
- fix: patch segfault in case active control has been resetted by someone else (see franka_hardware)
9+
- feat: do not pick git tag if not a git repo, fallback to cmakelists version, cleanup link dependencies
10+
11+
### pylibfranka - Python
12+
- fix: patch runtime error for implicitly converted vector<double> to list[float]
13+
14+
## [0.20.3]
15+
### libfranka - C++
16+
- Disable TSAN tests for ASRL problems with gcc.
17+
518
## [0.20.2]
619
### libfranka - C++
720
- Fix the github workflow to push all the debian packages from 20.4, 22.04 and 24.04

0 commit comments

Comments
 (0)