From 83e585413a9cd9c949d7445e6e0876473783bf4c Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Mon, 17 Apr 2023 12:28:24 +0200 Subject: [PATCH] Update changelog --- ChangeLog.txt | 81 +++++++++++++++++++++++++++++++++++++++++ Contributors.txt | 1 + Docs/pages/history.docs | 2 +- News.md | 2 +- 4 files changed, 84 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index d042238bf30..07f72d473f2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,84 @@ +commit 621660f8043e0e2158a5e65b4dcad8e241517884 +Author: Luigi Ballabio +Date: Mon, 12 Jul 2021 09:46:54 +0200 + + Set version to 1.30 final. + + CMakeLists.txt | 4 ++-- + configure.ac | 2 +- + ql/version.hpp | 4 ++-- + 3 files changed, 5 insertions(+), 5 deletions(-) + +commit 71f59ce9e807e3e7ce6328fef73ec7bb54cd0b01 +Author: Luigi Ballabio +Date: Fri, 14 Apr 2023 11:04:01 +0200 + + Use latest Boost in cmake Windows build + + .github/workflows/cmake.yml | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 27a247409a927c8056281ccd2251a768d6af12c6 +Author: Luigi Ballabio +Date: Fri, 14 Apr 2023 10:38:37 +0200 + + Avoid including deprecated files + + cmake/GenerateHeaders.cmake | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 53ed4b5711abab65e1050a2bfb4d55fb067dd688 +Author: Luigi Ballabio +Date: Fri, 14 Apr 2023 09:29:45 +0200 + + Fix deprecation message + + ql/experimental/amortizingbonds/amortizingcmsratebond.hpp | 2 +- + ql/experimental/amortizingbonds/amortizingfixedratebond.hpp | 2 +- + ql/experimental/amortizingbonds/amortizingfloatingratebond.hpp | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +commit 416dd3f214f641fa4280189323222042e6bb3a09 +Author: Luigi Ballabio +Date: Thu, 13 Apr 2023 13:16:19 +0200 + + Fix typo in news + + News.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 7f5beceea34cf6a4d59255e90528db43a149f074 +Author: Luigi Ballabio +Date: Thu, 1 Apr 2021 11:28:16 +0200 + + Set version to 1.30 rc + + CMakeLists.txt | 4 ++-- + configure.ac | 2 +- + ql/version.hpp | 4 ++-- + 3 files changed, 5 insertions(+), 5 deletions(-) + +commit 27415c3a841a328d449c491ecf8e719d204c0165 +Author: Luigi Ballabio +Date: Wed, 12 Apr 2023 14:23:58 +0200 + + Strip local path from docs correctly in out-of-source build + + Docs/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 77cb89eff775bf4687496426e43785ded03057a6 +Author: Luigi Ballabio +Date: Wed, 12 Apr 2023 12:11:53 +0200 + + Update news and contributors + + ChangeLog.txt | 4042 ++++++++++++++++++++--------------------------- + Contributors.txt | 2 + + Docs/pages/history.docs | 109 +- + News.md | 198 +-- + 4 files changed, 1949 insertions(+), 2402 deletions(-) + commit 8ac7f751df6c7304ccf4faef5b0ca555c6bd48a2 Author: Luigi Ballabio Date: Tue, 11 Apr 2023 16:15:34 +0200 diff --git a/Contributors.txt b/Contributors.txt index 647bfd6d093..48b3ab2b8eb 100644 --- a/Contributors.txt +++ b/Contributors.txt @@ -103,6 +103,7 @@ Cavit Hafizoglu, Lew Wei Hao, Joshua Hayes, Michael Heckl, +Jake Heke, Andres Hernandez, Chris Higgs, Laurent Hoffmann, diff --git a/Docs/pages/history.docs b/Docs/pages/history.docs index 18dec30bd90..a2009c19c7f 100644 --- a/Docs/pages/history.docs +++ b/Docs/pages/history.docs @@ -48,7 +48,7 @@ - Added a few missing holidays to Danish calendar; thanks to Fredrik Gerdin Börjesson. - Added the Matariki holiday to the New Zealand calendar; thanks to - GitHub user jakeheke75. + Jake Heke. CASHFLOWS - Added a new equity cash flow class to model equity legs in total diff --git a/News.md b/News.md index 533b2e2ecf8..1999eae2152 100644 --- a/News.md +++ b/News.md @@ -48,7 +48,7 @@ Date/time Gerdin Börjesson (@gbfredrik). - Added the Matariki holiday to the New Zealand calendar; thanks to - g.t. (@jakeheke75). + Jake Heke (@jakeheke75). Cashflows