diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt
index 41d20316ae..4e2237edd8 100644
--- a/Docs/Changelog_sm5.txt
+++ b/Docs/Changelog_sm5.txt
@@ -16,6 +16,7 @@ StepMania 5.0 Preview 2 | 20110???
* [SongUtil] Added GetPlayableSteps(Song) Lua binding. [AJ]
* [Steps] Allow 255 characters for all chart descriptions, including edits.
We are no longer bound by In The Groove I think. [Wolfman2000]
+* [Player] Add GetPlayerTimingData() Lua binding. [Wolfman2000]
2011/06/10
----------
diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index 4ad7b93c44..f88325bed1 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -890,6 +890,7 @@
+
@@ -1522,6 +1523,7 @@
+
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index b0bd9a2393..30e4ff0436 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -437,6 +437,9 @@
+
+ Gets the playable Steps for the present Song based on the present Game.
+
Returns true if the song's steps (st) are playable.