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
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## [0.19.0] - 28 Aug 2022
4
+
5
+
- Removed LLVM 9 support [#1009](https://github.com/mull-project/mull/pull/1009)
6
+
- Added LLVM 14 support [#1007](https://github.com/mull-project/mull/pull/1007)
7
+
- Added explicit support page [#1010](https://github.com/mull-project/mull/pull/1010)
8
+
- Deprecated `all` group (replaced with `cxx_all`) [#1008](https://github.com/mull-project/mull/pull/1008)
9
+
10
+
-[All the changes](https://github.com/mull-project/mull/pulls?q=is%3Apr+merged%3A2022-05-06..2022-08-28)
11
+
3
12
## [0.18.0] - 05 May 2022
4
13
5
14
- Fixed a phi-node miscompilation caused by `cxx_logical_and_to_or` and `cxx_logical_or_to_and`[#994](https://github.com/mull-project/mull/pull/994)[#998](https://github.com/mull-project/mull/pull/998)
0 commit comments