diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-08-30 05:36:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-08-30 05:36:10 +0200 |
commit | f8d8c61c81150294cf06f10684a8e4180426890b (patch) | |
tree | ebeeced7c62ae0042f185d232bf2d0117ba9f1a1 /NEWS | |
parent | af74db16db371518111858e0ab123a52276059bc (diff) | |
download | ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.tar.gz ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.tar.bz2 ghdl-f8d8c61c81150294cf06f10684a8e4180426890b.zip |
Write assert and report messages to stdout
Fix #394
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ NEWS for ghdl (Dunoon Edition) -New in 0.34 (XXXX-XX-XX) +New in 0.35 (XXXX-XX-XX) +* Assert and report messages are sent to stdout (#394) + +New in 0.34 (2017-08-15) * Display stack backtraces on errors or assert failures * Compile scripts for vendor libraries (Xilinx, Altera, osvvm, vunit) * Use SSE2 for mcode backend |