chore: Use OpenSSL 3 by default in conan (#5159)

This commit is contained in:
pajlada
2024-02-10 11:40:58 +01:00
committed by GitHub
parent 137cd7a46b
commit f34a371576
3 changed files with 2 additions and 14 deletions
+1
View File
@@ -117,6 +117,7 @@
- Dev: Added Tests for Windows and MacOS in CI. (#4970, #5032)
- Dev: Added "Copy message as JSON" option when shift-right-clicking a message. (#5150)
- Dev: Windows now builds with Qt6 by default. (#5155)
- Dev: Conan now uses OpenSSL 3 by default. (#5159)
- Dev: Move `clang-tidy` checker to its own CI job. (#4996)
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Refactored the SplitOverlay code. (#5082)