From 98ac6138b1b7ec50a81f4faedf63f36e368c480f Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 4 Jul 2024 18:19:09 +0300 Subject: [PATCH] README: link CHANGELOG. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa978b4..b107241 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ using [CXXRTL], optionally with [Zig] and [zxxrtl]. See the [template project] for usage, [Sae] for what I'm working on right now, and [ili9341spi] for a complete example with Zig. +See the [CHANGELOG] for updates. + [Amaranth]: https://amaranth-lang.org/ [CXXRTL]: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/write_cxxrtl.html [Zig]: https://ziglang.org/ @@ -13,3 +15,4 @@ and [ili9341spi] for a complete example with Zig. [template project]: https://github.com/kivikakk/niar/tree/main/template [Sae]: https://github.com/kivikakk/sae [ili9341spi]: https://github.com/kivikakk/ili9341spi +[CHANGELOG]: CHANGELOG.md