diff --git a/docs/release-notes.md b/docs/release-notes.md
index fb6be0c0..99e05016 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,9 @@ These changes have not been released yet.
* SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!).
* Fixed errors during early startup not shown before exit.
+* For the web UI:
+ * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods.
+
* For modders:
* `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`.
* Fixed 'location list changed' verbose log not correctly listing changes.
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index babd0bd3..dff37d7d 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -17,10 +17,10 @@
{
}
-
+
-
+