aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-03-05 10:28:04 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-03-06 19:31:05 +0000
commit708a27ba2ae747259786a6b5bc5e5923e094dba2 (patch)
tree7c4c48e928807aaa33b1c3ba0a37baf17db39488 /NEWS.md
parent35722772039ca92e7884866cc6c47752d1c40afb (diff)
downloadghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.tar.gz
ghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.tar.bz2
ghdl-708a27ba2ae747259786a6b5bc5e5923e094dba2.zip
Update NEWS and copyright date
Co-Authored-By: Patrick Lehmann <Paebbels@gmail.com> Co-Authored-By: Unai Martinez-Corral <unai.martinezcorral@ehu.eus>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index b01552a69..3b3e950ba 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,15 @@
# News
-## 3.0-dev (XXXX-XX-XX)
-
-- Handle ieee operators for static expressions.
+## 3.0-dev (2023-03-XX)
+
+- Handle IEEE operators for static expressions.
+- Improved support of VHDL 2008 (still!).
+- Start support of VHDL 2019 (`--std=19`).
+- pyGHDL:
+ - Experimental support to preserve VHDL code comments for documentation extraction.
+ - Experimental packaging with a platform-specific shared library for standalone installation using PIP.
+ - DOM: dependency graphs, instantiation graphs (design hierarchy), file dependencies (compile order).
+- Pre-releases are published to GitHub Releases and assets are uploaded to pre-releases and releases.
## 2.0 (2022-02-28)