From 25672fb8ee3f14936904861c70c6054d1f04b437 Mon Sep 17 00:00:00 2001 From: jollywatt Date: Thu, 2 Jan 2025 15:15:12 +0000 Subject: [PATCH] changelog: mention label-pos with relative lengths --- README.md | 1 + README.src.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cd1aa3d..e427896 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Pull requests are most welcome! ### 0.5.4 +- Allow relative lengths for the `label-pos` option of `edge()` (#61). - Fix layout bugs for diagrams with non-default `axes` options (#62, #66). - Fix a line breaking issue with justified text in nodes (#64). diff --git a/README.src.md b/README.src.md index 41688a4..d24baf1 100644 --- a/README.src.md +++ b/README.src.md @@ -29,6 +29,7 @@ Pull requests are most welcome! ### 0.5.4 +- Allow relative lengths for the `label-pos` option of `edge()` (#61). - Fix layout bugs for diagrams with non-default `axes` options (#62, #66). - Fix a line breaking issue with justified text in nodes (#64).