Is Resources.LoadAll broken in Preview2?

I just upgraded from Preview1 to Preview2 - and in so doing, Resources.LoadAll(“Records”) is no longer returning a list of objects correctly.

For clarity, I have created a bunch of JSON files (reading them via SimpleJSON) inside Resources/Records/ called MonsterA.record, MonsterB.record, etc.

However, when I run LoadAll… no objects are returned… but this worked in Preview 1.

Nevermind… I just realized LoadAll() won’t work unless a file is named .txt or another extension unity recognizes. How annoying.