diff --git a/README.md b/README.md
index 52b40d604..e56d04f2f 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,3 @@
-
-
-
-
-
- ### [Warp, built for coding with multiple AI agents.](https://go.warp.dev/Reactive-Resume)
-
- [Available for MacOS, Linux, & Windows](https://go.warp.dev/Reactive-Resume)
-
-
----
-
---
diff --git a/docs/changelog/index.mdx b/docs/changelog/index.mdx
index 3f0b739fe..84cb93920 100644
--- a/docs/changelog/index.mdx
+++ b/docs/changelog/index.mdx
@@ -4,6 +4,15 @@ description: "List of all notable changes and updates to Reactive Resume"
rss: true
---
+
+ - Implement Cover Letter functionality in the resume builder, allowing the user to create cover letters as custom sections. [(link)](/guides/adding-a-cover-letter)
+ - Implement full-screen mode for the rich text editor in the resume builder, allowing the user to write in a more focused environment.
+ - Implement a new custom section type: `summary`, which allows the user to add another "summary" like section to the resume.
+ - Implement a `useFormBlocker` hook to prevent the user from closing a dialog while the form has unsaved changes.
+ - Fix an issue where keywords spacing was not consistent in the interests section. [#2631](https://github.com/amruthpillai/reactive-resume/pull/2631)
+ - Fix an issue where the AI connection test was not working correctly, also return appropriate error messages for AI provider issues.
+
+
- Bring back Undo/Redo functionality in the resume builder for improved editing experience.
- Arrange the sidebar builder dynamically based on the section type in each template. [#2564](https://github.com/amruthpillai/reactive-resume/pull/2603)