You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## [0.22.0] - 27 May 2024
4
+
5
+
- LLVM 17 support (by [rjaegers](https://github.com/rjaegers)) [#1045](https://github.com/mull-project/mull/pull/1045)
6
+
- Packages for Ubuntu 24.04 (by [rjaegers](https://github.com/rjaegers)) [#1048](https://github.com/mull-project/mull/pull/1048)
7
+
- Better support for universal binaries on macOS [#1038](https://github.com/mull-project/mull/pull/1038)
8
+
9
+
-[All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2023-07-01..2024-05-27)
10
+
3
11
## [0.21.1] - 30 Jun 2023
4
12
5
13
- No real changes, just added Ubuntu 22.04 packages [#1015](https://github.com/mull-project/mull/pull/1015)
@@ -81,13 +89,13 @@ Mull switches to the new model - compiler plugin called [Mull IR Frontend](https
81
89
- Drop LLVM 7 [#936](https://github.com/mull-project/mull/pull/936)
82
90
- Drop LLVM 8 [#942](https://github.com/mull-project/mull/pull/942)
83
91
- Fix a bug in `mull-runner` with duplicated mutants from templates [#940](https://github.com/mull-project/mull/pull/940)
84
-
- Fix a bug with junk detection when the code is located in symlinked folders [#943](https://github.com/mull-project/mull/pull/943)
92
+
- Fix a bug with junk detection when the code is located in symlinked folders [#943](https://github.com/mull-project/mull/pull/943)
85
93
-[All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2021-12-21..2022-01-20)
86
94
87
95
## [0.14.0] - 20 Dec 2021
88
96
89
97
- Mutants are now also extracted from dependent dynamic libraries [#903](https://github.com/mull-project/mull/issues/903)[#931](https://github.com/mull-project/mull/pull/931)
90
-
- Fixed linking by deferring object code lowering to external compiler instead of using (mostly) incorrect defaults [#929](https://github.com/mull-project/mull/pull/929)
98
+
- Fixed linking by deferring object code lowering to external compiler instead of using (mostly) incorrect defaults [#929](https://github.com/mull-project/mull/pull/929)
91
99
- Added warning if number of workers specified exceeds available CPU cores (by [Matthias Bilger](https://github.com/m42e)) [#928](https://github.com/mull-project/mull/pull/928)
92
100
- Most of the Ubuntu packages now built against the official LLVM/Clang instead of precompiled ones [#926](https://github.com/mull-project/mull/pull/926)
93
101
-[All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2021-11-24..2021-12-18)
@@ -227,7 +235,7 @@ Actual changelog:
227
235
- Removed the old driver (`mull-driver`) #612
228
236
- Added LLVM 9 support #609
229
237
- Fixed a bug when even junk mutations were applied, resulting in a longer execution time #595
230
-
- Sped up junk detection by an order of magnitude #582
238
+
- Sped up junk detection by an order of magnitude #582
231
239
-[All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2019-08-29..2019-12-04)
0 commit comments