Commit b16a5534 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 900bffc3
...@@ -48,6 +48,11 @@ Features added ...@@ -48,6 +48,11 @@ Features added
* ``NULL`` is allowed as default argument when embedding signatures. * ``NULL`` is allowed as default argument when embedding signatures.
This fixes ticket 843. This fixes ticket 843.
* When compiling with ``--embed``, the internal module name is changed to
``__main__`` to allow arbitrary program names, including those that would
be invalid for modules. Note that this prevents reuse of the generated
C code as an importable module.
Bugs fixed Bugs fixed
---------- ----------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment