aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-12-09 17:34:58 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit8e06c39ed8311aeb36696d9f964550407e1c556e (patch)
tree5c511441a8c0b2a9bb2f5732dd4284ed725ad24a /NEWS.md
parent08eb2bfc7144e7698cf570478d6a4e3e81aaf31a (diff)
downloadghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.gz
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.bz2
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.zip
clean todos
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index a48904fea..64d984842 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,14 +1,17 @@
-**v0.34-dev**
+**0.35-dev** (XXXX-XX-XX)
+* Assert and report messages are sent to stdout (#394)
+
+**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
-- Mode backend ported to `x86_64`
+- mcode backend ported to `x86_64`
- Support cocotb [potentialventures/cocotb](https://github.com/potentialventures/cocotb)
- Main repository is now on github: [github.com/tgingold/ghdl](https://github.com/tgingold/ghdl)
- Docs available on rtd: [ghdl.readthedocks.org](https://ghdl.readthedocs.org/en/latest/)
- Speed improved.
- New option `--psl-report`, to report status of PSL assert and cover.
-- VHDL2008: support nested packages
+- VHDL2008: support nested package
**v0.33** (2015-10-04)
- Improve support of VHDL2008
@@ -95,7 +98,7 @@ Never released, swith to Dunoon Edition.
- `math_real` now works under windows.
- documentation updated for windows.
- filename/line number displayed for range error during signal update.
-- bug fix:
+- bug fix:
- ieee math libraries available when `--ieee=synopsys`.
- `'image` in package bodies.
- scan of fp literals.