From 7ecfcad239c246e269188436f004588abe9b2a0d Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 28 Jul 2019 21:46:55 +1000 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 567e634..343463b 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,11 @@ Release History master ------ +**Bugfixes** + +* Fix library discovery on Windows. [#32](https://github.com/camelot-dev/camelot/pull/32) by [KOLANICH](https://github.com/KOLANICH). +* Fix calling convention of callback functions. [#34](https://github.com/camelot-dev/camelot/pull/34) by [KOLANICH](https://github.com/KOLANICH). + 0.7.3 (2019-07-07) ------------------