Commit 460177f4 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 9a8dcfde
...@@ -29,6 +29,9 @@ Bugs fixed ...@@ -29,6 +29,9 @@ Bugs fixed
* Language level 3 did not enable true division (a.k.a. float division) for * Language level 3 did not enable true division (a.k.a. float division) for
integer operands. integer operands.
* Relative cimports could accidentally fall back to trying an absolute cimport
on failure.
* Runtime reported file paths of source files (e.g for profiling and tracing) * Runtime reported file paths of source files (e.g for profiling and tracing)
are now relative to the build root directory instead of the main source file. are now relative to the build root directory instead of the main source file.
......
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