Skip to content

Commit 7bfe85c

Browse files
committed
Update news and changelog
1 parent bb64ee1 commit 7bfe85c

3 files changed

Lines changed: 70 additions & 8 deletions

File tree

ChangeLog.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
commit bb64ee1618dff745a3e9a5b3151cf8ed87144ffb
2+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
3+
Date: Mon, 12 Jul 2021 09:46:54 +0200
4+
5+
Set version to 1.28 final.
6+
7+
CMakeLists.txt | 4 ++--
8+
configure.ac | 2 +-
9+
ql/version.hpp | 4 ++--
10+
3 files changed, 5 insertions(+), 5 deletions(-)
11+
12+
commit d14da28dced9ee899331f603badfa93739a95405
13+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
14+
Date: Wed, 19 Oct 2022 22:51:51 +0200
15+
16+
Add clang 15 to test matrix
17+
18+
.github/workflows/linux-full-tests.yml | 5 +++++
19+
.github/workflows/linux-nondefault.yml | 5 +++++
20+
.github/workflows/linux.yml | 6 ++++++
21+
.../barrieroption/perturbativebarrieroptionengine.cpp | 2 +-
22+
ql/experimental/credit/defaultprobabilitykey.cpp | 4 ++++
23+
test-suite/tracing.cpp | 10 +++++++++-
24+
6 files changed, 30 insertions(+), 2 deletions(-)
25+
26+
commit 379f5a2850087b149efb6af9a5abf181fed3e6ac
27+
Merge: dbc7b5f65 d0add71fc
28+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
29+
Date: Thu, 20 Oct 2022 07:21:29 +0200
30+
31+
Convert argentina.cpp to utf-8 to appease clang-15 (#1500)
32+
33+
commit d0add71fcc2a63b2337417b1ad41ebaed1d1c164
34+
Author: Dirk Eddelbuettel <edd@debian.org>
35+
Date: Wed, 19 Oct 2022 14:35:51 -0500
36+
37+
Convert argentina.cpp to utf-8 to appease clang-15
38+
39+
ql/time/calendars/argentina.cpp | 2 +-
40+
1 file changed, 1 insertion(+), 1 deletion(-)
41+
42+
commit dbc7b5f65fdb38d1fe7b1e1ecb5b157c173b1e4b
43+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
44+
Date: Thu, 13 Oct 2022 18:24:07 +0200
45+
46+
Avoid warnings from deprecated headers
47+
48+
ql/experimental/Makefile.am | 2 +-
49+
ql/experimental/all.hpp | 1 -
50+
2 files changed, 1 insertion(+), 2 deletions(-)
51+
52+
commit 1f066933d52d0ee269e1ab907d2cab8a5a4ea07d
53+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
54+
Date: Tue, 11 Oct 2022 18:45:45 +0200
55+
56+
Update news and changelog
57+
58+
ChangeLog.txt | 72 +++++++++++++++++++++++++++++++++++++++++++++++++
59+
Docs/pages/history.docs | 5 ----
60+
News.md | 6 -----
61+
3 files changed, 72 insertions(+), 11 deletions(-)
62+
163
commit 90881f8891f98cc805e6331450a59787f30c1bbe
264
Merge: 92e6ff079 c6620359b
365
Author: Luigi Ballabio <luigi.ballabio@gmail.com>

Docs/pages/history.docs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
see above.
104104

105105
Thanks go also to Konstantin Novitsky, Peter Caspers, Klaus
106-
Spanderen and Fredrik Gerdin Börjesson for a number of smaller fixes,
107-
and to Jonathan Sweemer for various improvements to the automated CI
108-
builds.
106+
Spanderen, Fredrik Gerdin Börjesson and Dirk Eddelbuettel for a
107+
number of smaller fixes, and to Jonathan Sweemer for various
108+
improvements to the automated CI builds.
109109

110110
<strong>Release 1.27.1 - August 30th, 2022</strong>
111111

News.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes for QuantLib 1.28:
22
==========================
33

4-
QuantLib 1.28 includes 32 pull requests from several contributors.
4+
QuantLib 1.28 includes 33 pull requests from several contributors.
55

66
Some of the most notable changes are included below.
77
A detailed list of changes is available in ChangeLog.txt and at
@@ -122,8 +122,8 @@ Deprecated features
122122

123123

124124
**Thanks go also** to Konstantin Novitsky (@novitk), Peter Caspers
125-
(@pcaspers), Klaus Spanderen (@klausspanderen) and Fredrik Gerdin
126-
Börjesson (@gbfredrik) for a number of smaller fixes, and to Jonathan
127-
Sweemer (@sweemer) for various improvements to the automated CI
128-
builds.
125+
(@pcaspers), Klaus Spanderen (@klausspanderen), Fredrik Gerdin
126+
Börjesson (@gbfredrik) and Dirk Eddelbuettel (@eddelbuettel) for a
127+
number of smaller fixes, and to Jonathan Sweemer (@sweemer) for
128+
various improvements to the automated CI builds.
129129

0 commit comments

Comments
 (0)