diff --git a/Feature-coverage-per-architecture.md b/Feature-coverage-per-architecture.md
index c698465..4c4a18e 100644
--- a/Feature-coverage-per-architecture.md
+++ b/Feature-coverage-per-architecture.md
@@ -7,7 +7,7 @@ signed comparisons | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | 🐌 |
stack variables | ✔️ | ✔️ | ✔️ | 🐌 | 🐌 | ✔️ | ✔️
assembly | ✳️2 | 🚧3 | ✔️ | ✔️ | ✔️ | ❌ | ✔️
other features | ✔️ | 🐌 | ✔️ | ✔️ | ✔️ | 🚧 | ✔️
-optimization | ✔️ | 🚧4 | ✔️ | 🚧5 | 🚧5 | ❌ | ❌
+optimization | ✔️ | 🚧4 | ✔️ | 🚧5 | 🚧5 | ❌ | 🚧
assembly syntax colouring | ✔️ | 🚧4 | ❌ | ❌ | ❌ | ❌ | ❌
##### Legend:
@@ -38,6 +38,4 @@ assembly syntax colouring | ✔️ | 🚧4 | ❌ | ❌ | ❌ | ❌ |
* 65816 code is quite suboptimal. If you're targeting a 65816 machine only, consider using something else for the time being.
-* 8086 code is simply a dumb translation from 8080 and is therefore very, very suboptimal. If you're targeting a 8086 machine only, consider using something else for the time being.
-
-* CPU's from the 6809 family might be added in the future.
\ No newline at end of file
+* 8086 code is simply a dumb translation from 8080 and is therefore very, very suboptimal. If you're targeting a 8086 machine only, consider using something else for the time being.
\ No newline at end of file