diff --git a/posts/welcome.md b/posts/welcome.md
index 7ed70e3..39bc5d8 100644
--- a/posts/welcome.md
+++ b/posts/welcome.md
@@ -31,6 +31,7 @@ author: Rattatwinko
- [Folder Emojis 🇦🇹](#folder-emoji-technical-note)
- [API 🏗️](#api)
- [ToT, and Todo](#train-of-thought-for-this-project-and-todo)
+- [Recent Changes](#)
---
@@ -413,10 +414,32 @@ If you have seen this is not very mindfull of browser resources tho.
|IS DONE|Task|
|-------|----|
-|partly / working on it|_Rewrite_ the Markdown Parser in **Rust** ; This works for local Builds but in Docker does not work due to permission error|
-
+|Done|**Rust Parser for Markdown**|
+|LTS|_Long Term Support and upkeep_|
---
+## Recent Changes
+
+
+
+
+If you have noticed the Project has switched to a more reliable and _faster_ **Rust** Markdown-Parser!
+If you are wondering:
+
+#### Why?
+
+- To make **loading times** / _compile times_ (For the **HTML of the Pages** || _slugification_) of posts quicker.
+
+#### What changed?
+
+- The **RustMarkdownParser** (_RMP_) only really changed the **Architecture** of the _Parsing for Markdown Files_. If you are wondering how _fast_ the Parser is then have a look at the **Admin-Panel**, which also _changed quite a lot_.
+
+#### Do I need to do anything?
+
+- If you havent already, then **Update** the Blog! Blogging stays the same. No difference. Just _🗲 faster 🗲_.
+
+
+