diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt
index c49e90df38..9ba1f8430b 100644
--- a/Docs/Changelog_sm5.txt
+++ b/Docs/Changelog_sm5.txt
@@ -8,6 +8,12 @@ ________________________________________________________________________________
StepMania 5.0 $next | 2011xxxx
--------------------------------------------------------------------------------
+2011/11/02
+----------
+* [ArchHooks] Add the GetArchName lua binding. To the themers that use
+ GetOSName, that function may be deprecated in the future. For now,
+ both options exist. [vyhd, Wolfman2000]
+
2011/11/01
----------
* [ArrowEffects] Fix Expand, and possibly other mods, from breaking if
diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index 6335de6810..680893e9f5 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -537,6 +537,7 @@
+
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 2cceaf1d54..6ed3c3961d 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -1368,6 +1368,9 @@
Returns true if the application presently has focus.
+
+ Returns the name of the architecture in use.
+