diff --git a/changelog.txt b/changelog.txt
index 7209312b..d0bfc79a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -8,7 +8,6 @@
: Fixed a bug that caused some "season packs" to incorrectly show a split calculation
: Fixed a bug where metacritic user scores weren't displaying correctly with the new layout
-
v9.0.1
-----
+ Home page "All New Releases" and "Popular" tabs now use the same visual format of other tabs
diff --git a/changelog_new.html b/changelog_new.html
index e69de29b..6b64265c 100644
--- a/changelog_new.html
+++ b/changelog_new.html
@@ -0,0 +1,7 @@
+
Added DRM detection for games utilizing Denuvo Antitamper DRM
+Added home page customization with the ability to hide particular sections
+Added an option as to whether you would like your wallet balance show in the header of community pages
+Updated the quick sell and instant sell buttons to use the new inventory data layout Valve created
+Updated external site icons with higher resolution versions
+Fixed a bug that caused some "season packs" to incorrectly show a split calculation
+Fixed a bug where metacritic user scores weren't displaying correctly with the new layout
\ No newline at end of file
diff --git a/enhancedsteam.js b/enhancedsteam.js
index 52d2679b..2ef00029 100644
--- a/enhancedsteam.js
+++ b/enhancedsteam.js
@@ -5259,7 +5259,6 @@ function inventory_market_helper(response) {
$(thisItem).data("price-low", price_low);
}
// Fixes multiple buttons
- //console.log($(".item.activeInfo").is($(thisItem)), $(".item.activeInfo").prop("id"), $(thisItem).prop("id"));
if ($(".item.activeInfo").is($(thisItem))) {
$(thisItem).addClass("es-price-loaded");
// Add "Quick Sell" button