Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Mar 12, 2024
1 parent 5d59fc5 commit 99bfe92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Changes in each release are listed below.

## 1.2.2 12-Mar-2024

* Explictly typed the buffer_ptr to be `signed char*` instead of the ambiguous `char*` in FFI VoltageContext read methods to fix portability issue with Arm64 platform. Fixes #67.
* Updated deprecated call when using `Duration:milliseconds`.

## 1.2.1 24-Nov-2023

* Added pypi release and release wheels and support for Python 3.12.
Expand Down

0 comments on commit 99bfe92

Please sign in to comment.