Update documentation with x86-64-v2 changes (#6141)

This commit is contained in:
Jakub Kuczys
2023-05-11 06:33:47 +02:00
committed by GitHub
parent 66fe981ea8
commit 1d828c447c
3 changed files with 12 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ Read before updating
#. Red 3.5 comes with breaking changes for cog developers. Look at `Backward incompatible changes in Red 3.5 document <incompatible-changes-3.5>` and `Developer changelog <important-350-2>` for full details.
#. Fedora 35 and Debian 10 (Buster) are no longer supported as they have already reached their end of life.
#. On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for x86-64 CPUs that have been released before 2009.
.. _important-350-1:
@@ -63,6 +64,7 @@ Breaking Changes
****************
- **Core** - The bot will no longer launch without an owner set (:issue:`4926`)
- **Core - OS support** - On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for x86-64 CPUs that have been released before 2009 (:issue:`6100`)
Additions
*********