From 18dcdfbc9c7e18c18c27f1e3f41d32be6b93d7a1 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sat, 27 Apr 2024 19:59:22 +0200 Subject: [PATCH] release 0.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc5869..a3925d9 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ I recommend setting a show rule for the links to that your readers understand th ## Changelog -### Unreleased +### 0.4.0 - Support for plurals has been implemented, showcased in [examples/plural-example/main.typ](examples/plural-example). Contributed by [@St0wy](https://github.com/St0wy). - The behavior of the gls and glspl functions has been altered regarding calls on undefined glossary keys. They now cause panics. Contributed by [@St0wy](https://github.com/St0wy).