From 0afa28992b5f44bd2eb62f33b18faca70277646f Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Wed, 3 Apr 2024 17:41:21 +0300 Subject: [PATCH] Add zenodo badge --- doc/changelog.qmd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changelog.qmd b/doc/changelog.qmd index f86c11fb1..f3876a236 100644 --- a/doc/changelog.qmd +++ b/doc/changelog.qmd @@ -4,11 +4,12 @@ title: Changelog ## v0.13.4 (2024-04-03) +[![](https://zenodo.org/badge/DOI/10.5281/zenodo.10912461.svg)](https://doi.org/10.5281/zenodo.10912461) ### Bug Fixes - Fixed regression in v0.13.3 where setting some text elements `element_blank` led to an - error. {{< issue 764 >}} + error. ({{< issue 764 >}}) ## v0.13.3 (2024-03-27) @@ -18,9 +19,9 @@ title: Changelog ### Bug Fixes - Fixed layout manager to make space for the `strip_text` when there is no - `strip_background`. {{< issue 760 >}} + `strip_background`. ({{< issue 760 >}}) -- Made the default position of `guide_legend` text to be right. {{< issue 761 >}} +- Made the default position of `guide_legend` text to be right. ({{< issue 761 >}}) - Fixed aligning (`ha` & `va`) of `plot_title`, `plot_subtitle`, `plot_caption`, `axis_title_x`, `axis_title_y` to work with float values in the range `[0, 1]`.