diff --git a/ChangeLog.txt b/ChangeLog.txt index 309b5eea191..088cc89232d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,19 @@ +commit 9b0ef744951aa69c4e6a8ed796282bfa622b795e +Merge: a6f874bc0 c5f6ac108 +Author: Luigi Ballabio +Date: Sat, 20 Jan 2024 23:39:37 +0100 + + Fix building parallel test runner (#1889) + +commit a6f874bc034d48a67f507c20fedd7ae327a5193a +Author: Luigi Ballabio +Date: Fri, 19 Jan 2024 10:24:22 +0100 + + Update changelog + + ChangeLog.txt | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 191 insertions(+) + commit 58a908d202289cc6da5a302e57d3a50421432017 Author: Luigi Ballabio Date: Mon, 12 Jul 2021 09:46:54 +0200 @@ -56,6 +72,18 @@ Date: Wed, 17 Jan 2024 10:14:09 +0100 Add Inauguration Day to Mexican calendar (#1884) +commit c5f6ac108231a8dbae462fb9b7a8f2c96910cc68 +Author: Eugene Toder +Date: Tue, 16 Jan 2024 21:15:30 -0500 + + Fix building parallel test runner + + We are missing #include of the config option to select parallel test + runner, so we always end up with the standard one. + + test-suite/quantlibtestsuite.cpp | 2 ++ + 1 file changed, 2 insertions(+) + commit 6582fad9ca941417bf8bc361730c98df39d114b0 Author: Fredrik Gerdin Börjesson Date: Tue, 16 Jan 2024 18:48:09 +0100 diff --git a/News.md b/News.md index 5454308471e..4b127c56a6b 100644 --- a/News.md +++ b/News.md @@ -1,7 +1,7 @@ Changes for QuantLib 1.33: ========================== -QuantLib 1.33 includes 42 pull requests from several contributors. +QuantLib 1.33 includes 43 pull requests from several contributors. Some of the most notable changes are included below. A detailed list of changes is available in ChangeLog.txt and at