summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
-rw-r--r--lib/global.pl1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4f2f5e09..0ac9e7fb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -12,7 +12,7 @@ TODO:
anime relations without having to visit AniDB.
1.17 - 2008-05-23
- - Added PS3 to platforms
+ - Added PS3 and Xbox 360 to platforms
1.16 - 2008-05-22
- Release dates in the current year or month without a specified day will
diff --git a/lib/global.pl b/lib/global.pl
index b94dd40b..37839a42 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -19,6 +19,7 @@ our $PLAT = {
drc => 'Dreamcast',
sfc => 'Super Nintendo',
wii => 'Nintendo Wii',
+ xb3 => 'Xbox 360',
oth => 'Other'
};