It was removed many months ago in order to eliminate an extra string.Replace happening every time label text gets assigned.
By the way, in your example "\n" should be "\\n" -- two characters. "\n" specified via code interprets as a single character -- a newline -- which works just fine.