Skip to content

Commit 482017e

Browse files
committed
Merge pull request #1853 from Dominik-Vogel/update_release_notes_0.8.1
Update change log
1 parent db02785 commit 482017e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/changes/0.8.1.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This is a bug fix release fixing the following issues
66
* QDac cache returns invalid data (#1844)
77
* Station config validation raises exception if validation failed (#1846)
88
* Make sure `start_all_logging` does not try to reach the internet (#1847)
9+
* Fix type annotation for `Parameter.__call__` (#1839)
10+
* Add Keysight 34410A driver (#1835)
911
* Keysight 344xxA driver: support the fact that DIG option is always enabled
1012
with firmware version 3.0, also add support for MEM option (#1845)
1113

@@ -17,5 +19,5 @@ The Station validation logs the full config file on validation warnings. There h
1719
when creating the log message if the station config is read from a file.
1820

1921

20-
`start_all_logging` does a call to `pip list`, which raises if there is no internet connection, because it tries to
22+
`start_all_logging` does a call to `pip list`, which times out if there is no internet connection, because it tries to
2123
update the index. Passing `--no-index` fixes this.

0 commit comments

Comments
 (0)