diff --git a/WebContent/game.jsp b/WebContent/game.jsp
index e68ff6d..864bcdb 100644
--- a/WebContent/game.jsp
+++ b/WebContent/game.jsp
@@ -84,19 +84,13 @@ HttpSession hSession = request.getSession(true);
If this is your first time playing, you may wish to read the changelog and list of
known issues.
- Most recent update: 26 January 2014:
+ Most recent update: 17 February 2014:
- - Several bugs have been fixed:
- - Games should no longer reset when an idle player is kicked.
- - The judge should no longer have to re-judge when a player leaves during judging.
- - The playing field should no longer visibly blank out when a player joins or leaves.
-
- - The game host has a "stop game" button. If this is abused, it may be changed to only work
- in the first few rounds of a game.
- - You can filter which games to display based on what card sets they are using. Under the
- Game List Filters tab, you can assign each card set to one of three statuses: Banned, Neutral,
- and Required. If a game uses any of your banned sets, it will not be shown. If
- a game does not use all of your required sets, it also will not be shown.
+ - Some minor bugfixes, including one which should prevent the entire server from dying if a
+ single background task gets stuck.
+ - Some minor performance improvements.
+ - House of Cards Against Humanity has
+ been entered and will be enabled during a low-traffic period in the next few days.
- No further custom card sets will be accepted. Minor updates to existing
ones may still be submitted, but I do not guarantee I will get to it in a timely manner. It is
taking too much of my time to administer the custom cards sets; I'd rather focus the time on
diff --git a/WebContent/index.jsp b/WebContent/index.jsp
index 8947758..e1211c4 100644
--- a/WebContent/index.jsp
+++ b/WebContent/index.jsp
@@ -54,6 +54,13 @@ to, for instance, display the number of connected players.
Recent Changes:
+ - 17 February 2014:
+ - Some minor bugfixes, including one which should prevent the entire server from dying if a
+ single background task gets stuck.
+ - Some minor performance improvements.
+ - House of Cards Against Humanity has
+ been entered and will be enabled during a low-traffic period in the next few days.
+
- 26 January 2014:
- Several bugs have been fixed:
- Games should no longer reset when an idle player is kicked.