We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcc27c commit cb37eb7Copy full SHA for cb37eb7
doc/changelog.rst
@@ -6,9 +6,18 @@ Changelog
6
6.1.0 (unreleased)
7
------------------
8
9
+New
10
+~~~
11
+
12
+- Add a proper ``pyproject.toml`` file and use it to produce
13
+ the binary wheels
14
+ (`#195 <https://github.com/bluescarni/heyoka.py/pull/195>`__).
15
16
Fix
17
~~~
18
19
+- Do not open the heyoka.py compiled module with ``RTLD_GLOBAL``
20
+ (`#197 <https://github.com/bluescarni/heyoka.py/pull/197>`__).
21
- Workaround for a clang 17 issue that would result in
22
runtime exceptions during (de)serialisation
23
(`#196 <https://github.com/bluescarni/heyoka.py/pull/196>`__).
0 commit comments