mirror of https://github.com/KLayout/klayout.git
Updating changelog
This commit is contained in:
parent
4a2d1be8bf
commit
aec974001d
|
|
@ -20,15 +20,16 @@
|
||||||
* Bugfix: Ruby binding - "return" inside block was behaving like "break".
|
* Bugfix: Ruby binding - "return" inside block was behaving like "break".
|
||||||
Now, "return" will leave the current function.
|
Now, "return" will leave the current function.
|
||||||
* Enhancement: LVS layer naming now also accepts an optional layer/datatype information.
|
* Enhancement: LVS layer naming now also accepts an optional layer/datatype information.
|
||||||
* Enhancement: XOR performance enhanced in deep mode for "almost same"
|
* Enhancement: XOR performance enhanced in deep mode for "almost same" inputs.
|
||||||
inputs.
|
|
||||||
* Bugfix: Macro debugger now does not prevent paint events and
|
* Bugfix: Macro debugger now does not prevent paint events and
|
||||||
screen refresh should work while debugging. In addition, the debugger
|
screen refresh should work while debugging. In addition, the debugger
|
||||||
does not deadlock the desktop when using the help browser's search
|
does not deadlock the desktop when using the help browser's search
|
||||||
function. Side effects are yet unknown - maybe debugging Qt event
|
function. Side effects are yet unknown - maybe debugging Qt event
|
||||||
handlers now becomes less stable.
|
handlers now becomes less stable.
|
||||||
* Bugfix: During modal dialogs, the debugger's run/stop and step buttons
|
* Bugfix: During modal dialogs, the debugger's run/stop and step buttons were not working.
|
||||||
were not working.
|
* Enhancement: DRC size/sized now also accepts sizing mode as string.
|
||||||
|
For example "layer.sized(1.um, 'square_limit')" will work now.
|
||||||
|
Previously, this argument has been ignored. This will make the GF180 DRC deck work properly.
|
||||||
|
|
||||||
0.29.2 (2024-06-06):
|
0.29.2 (2024-06-06):
|
||||||
* Enhancement: %GITHUB%/issues/1724 Don't read duplicate LEF files
|
* Enhancement: %GITHUB%/issues/1724 Don't read duplicate LEF files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue