From d06e2f1db13107fcd8929ccc8585766e08e6a0c6 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 17 Dec 2021 13:19:08 +0000 Subject: [PATCH] Fix bug references in changelog --- perl-YAML-Syck.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index a03ea6c..3cc5f8a 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -103,8 +103,8 @@ make test * Tue Oct 27 2020 Paul Howarth - 1.34-1 - Update to 1.34 - - Fix memory corruption (GH#52) - - Fix for handling circular aliases (GH#53) + - Fix memory corruption (GH#44, GH#48) + - Fix for handling circular aliases (GH#52, GH#53) - Unconditionally include stdlib.h in syck.h (GH#56) - Switch changelog to a more parsable format - Update github CI to use a cpanfile