From 014a06e1723dae5376e43280586312b353b9233d Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Tue, 24 Sep 2024 14:09:52 -0400 Subject: [PATCH] Add official support for macOS Sequoia (#646) * Update README.md * Update CHANGELOG --- CHANGELOG | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0e0612c84..3f23d85fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## 2024-09-24 + +* Support for macOS Sequoia + ## 2023-10-03 ### Added diff --git a/README.md b/README.md index 17f15b5ef..83524409f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Requirements We support: +* macOS Sequoia (15.x) on Apple Silicon and Intel * macOS Sonoma (14.x) on Apple Silicon and Intel * macOS Ventura (13.x) on Apple Silicon and Intel * macOS Monterey (12.x) on Apple Silicon and Intel