Skip to content

Commit 83e5854

Browse files
committed
Update changelog
1 parent 621660f commit 83e5854

4 files changed

Lines changed: 84 additions & 2 deletions

File tree

ChangeLog.txt

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
commit 621660f8043e0e2158a5e65b4dcad8e241517884
2+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
3+
Date: Mon, 12 Jul 2021 09:46:54 +0200
4+
5+
Set version to 1.30 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 71f59ce9e807e3e7ce6328fef73ec7bb54cd0b01
13+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
14+
Date: Fri, 14 Apr 2023 11:04:01 +0200
15+
16+
Use latest Boost in cmake Windows build
17+
18+
.github/workflows/cmake.yml | 6 +++---
19+
1 file changed, 3 insertions(+), 3 deletions(-)
20+
21+
commit 27a247409a927c8056281ccd2251a768d6af12c6
22+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
23+
Date: Fri, 14 Apr 2023 10:38:37 +0200
24+
25+
Avoid including deprecated files
26+
27+
cmake/GenerateHeaders.cmake | 7 +++++++
28+
1 file changed, 7 insertions(+)
29+
30+
commit 53ed4b5711abab65e1050a2bfb4d55fb067dd688
31+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
32+
Date: Fri, 14 Apr 2023 09:29:45 +0200
33+
34+
Fix deprecation message
35+
36+
ql/experimental/amortizingbonds/amortizingcmsratebond.hpp | 2 +-
37+
ql/experimental/amortizingbonds/amortizingfixedratebond.hpp | 2 +-
38+
ql/experimental/amortizingbonds/amortizingfloatingratebond.hpp | 2 +-
39+
3 files changed, 3 insertions(+), 3 deletions(-)
40+
41+
commit 416dd3f214f641fa4280189323222042e6bb3a09
42+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
43+
Date: Thu, 13 Apr 2023 13:16:19 +0200
44+
45+
Fix typo in news
46+
47+
News.md | 2 +-
48+
1 file changed, 1 insertion(+), 1 deletion(-)
49+
50+
commit 7f5beceea34cf6a4d59255e90528db43a149f074
51+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
52+
Date: Thu, 1 Apr 2021 11:28:16 +0200
53+
54+
Set version to 1.30 rc
55+
56+
CMakeLists.txt | 4 ++--
57+
configure.ac | 2 +-
58+
ql/version.hpp | 4 ++--
59+
3 files changed, 5 insertions(+), 5 deletions(-)
60+
61+
commit 27415c3a841a328d449c491ecf8e719d204c0165
62+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
63+
Date: Wed, 12 Apr 2023 14:23:58 +0200
64+
65+
Strip local path from docs correctly in out-of-source build
66+
67+
Docs/Makefile.am | 2 +-
68+
1 file changed, 1 insertion(+), 1 deletion(-)
69+
70+
commit 77cb89eff775bf4687496426e43785ded03057a6
71+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
72+
Date: Wed, 12 Apr 2023 12:11:53 +0200
73+
74+
Update news and contributors
75+
76+
ChangeLog.txt | 4042 ++++++++++++++++++++---------------------------
77+
Contributors.txt | 2 +
78+
Docs/pages/history.docs | 109 +-
79+
News.md | 198 +--
80+
4 files changed, 1949 insertions(+), 2402 deletions(-)
81+
182
commit 8ac7f751df6c7304ccf4faef5b0ca555c6bd48a2
283
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
384
Date: Tue, 11 Apr 2023 16:15:34 +0200

Contributors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Cavit Hafizoglu,
103103
Lew Wei Hao,
104104
Joshua Hayes,
105105
Michael Heckl,
106+
Jake Heke,
106107
Andres Hernandez,
107108
Chris Higgs,
108109
Laurent Hoffmann,

Docs/pages/history.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- Added a few missing holidays to Danish calendar; thanks to Fredrik
4949
Gerdin Börjesson.
5050
- Added the Matariki holiday to the New Zealand calendar; thanks to
51-
GitHub user jakeheke75.
51+
Jake Heke.
5252

5353
CASHFLOWS
5454
- Added a new equity cash flow class to model equity legs in total

News.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Date/time
4848
Gerdin Börjesson (@gbfredrik).
4949

5050
- Added the Matariki holiday to the New Zealand calendar; thanks to
51-
g.t. (@jakeheke75).
51+
Jake Heke (@jakeheke75).
5252

5353

5454
Cashflows

0 commit comments

Comments
 (0)