Skip to content

Commit 1bf2075

Browse files
committed
Update CHANGELOG.md
1 parent 22b903e commit 1bf2075

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.8.1
4+
5+
### Added
6+
7+
- new methods for `SerialConnection` wrapper:
8+
- `send_binary`
9+
- `receive_binary`
10+
- `exchange_binary`
11+
- `precision` property for the GeoCom definition
12+
13+
### Changed
14+
15+
- GeoCom TMC `get_angle_correction_status` was renamed to
16+
`get_angle_correction`
17+
- GeoCom TMC `switch_angle_correction` was renamed to `set_angle_correction`
18+
- GeoCom `get_double_precision` was moved to COM
19+
- GeoCom `set_double_precision` was moved to COM
20+
21+
### Fixed
22+
23+
- method docstrings were rendered wrong in some cases due to missing new lines
24+
- GSI Online DNA settings commands were parsing boolean value incorrectly
25+
- GeoCom AUT `set_search_area` command would not execute due to incorrect
26+
parameter serialization when sending the request to the instrument
27+
328
## v0.8.0
429

530
All CLI applications were migrated to a new package called

0 commit comments

Comments
 (0)