From 0311d7e0f838826f898c159661435f3b55ca42c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Raddaoui=20Mar=C3=ADn?= Date: Wed, 23 Oct 2024 21:47:52 +0200 Subject: [PATCH] Add links to issues in CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4e0e9c..0f9336a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,16 @@ requests. ### Changed -- Use xmllint to validate SIP manifests (#39) -- Read allowed file formats from a CSV file (#60) +- Use xmllint to validate SIP manifests ([#39]) +- Read allowed file formats from a CSV file ([#60]) ## Added -- [xmllint](https://linux.die.net/man/1/xmllint) dependency (#39) +- [xmllint](https://linux.die.net/man/1/xmllint) dependency ([#39]) ## Removed -- Python and lxml dependency (#39) +- Python and lxml dependency ([#39]) ## [0.1.0] - 2024-09-19 @@ -30,5 +30,7 @@ Initial release. [unreleased]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.2.0...HEAD [0.2.0]: https://github.com/artefactual-sdps/preprocessing-sfa/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/artefactual-sdps/preprocessing-sfa/releases/tag/v0.1.0 +[#60]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/60 +[#39]: https://github.com/artefactual-sdps/preprocessing-sfa/issues/39 [keep a changelog]: https://keepachangelog.com/en/1.1.0 [semantic versioning]: https://semver.org/spec/v2.0.0.html