diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30809e8..f2bfdd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replaced project card grid with sortable data table on Home page for better handling of large project lists
- Replaced package card grid with sortable data table on Project page for consistency
- Replaced SortDropdown with table header sorting on Package page for consistency
+- Enabled sorting on all table columns (except description) across Home, Project, and Package pages
+- Updated browser tab title to "Orchard" with custom favicon
- Improved pod naming: Orchard pods now named `orchard-{env}-server-*` for clarity (#51)
### Fixed
diff --git a/frontend/index.html b/frontend/index.html
index b14dd1b..33af6ba 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -2,9 +2,9 @@