提交 07d96153 authored 作者: Frederic's avatar Frederic

Updated the NEWS.txt file.

上级 0cffdb28
......@@ -17,6 +17,14 @@ Interface change
``on_unused_input={'raise', 'warn', 'ignore'}`` to control this.
(Pascal L.)
New Feature
* debugprint new param ids=["CHAR","id","int",""]
This make the identifier printed to be the python id, a uniq char, a
unit int, or not have it printed. We changed the default to be "CHAR"
as this is more readable.
* debugprint new param stop_on_name=[False,True]. If True, we don't print
anything bellow an intermediate variable that have a name. Default to False.
=============
Release Notes
=============
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论