diff options
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 686e21202b..a4ca650379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,11 @@ Line wrap the file at 100 chars. Th - Remove automatic fallback to wireguard-go. This is done as a first step before fully deprecating it on Windows. +### Deprecated +#### Linux +- Deprecated support for Debian 10. This also means dropping support for glibc older + than 2.31 and Linux kernels older than 5.10. + ### Fixed - Fix close to expiry notification not showing unless app is opened once within the last three days in the desktop app. @@ -39,7 +39,7 @@ security. | macOS | The three latest major releases | | Linux (Ubuntu)| The two latest LTS releases and the latest non-LTS releases | | Linux (Fedora) | The versions that are not yet [EOL](https://fedoraproject.org/wiki/End_of_life) | -| Linux (Debian) | The versions that are not yet [EOL](https://wiki.debian.org/DebianReleases) | +| Linux (Debian) | 11 and newer | | Android | 8 and newer | | iOS | 13 and newer | |
