aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06e7783..9a32be0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## Unreleased (TBD)
+
+WebAssembly backend is experimentally added.
+
+
## v0.2.0 (2025-09-03)
Ducc can process glibc's `stdio.h` now. A typical hello world compiles! See `examples/hello.c`.
+
+
+## v0.1.0 (2025-08-31)
+
+First release of Ducc. Support more basic features.
+
+
+## P4Dcc (2025-05-05)
+
+[P4Dcc](https://github.com/nsfisis/P4Dcc) is my first self-hosted C compiler. Ducc is a successor project of P4Dcc.