Which of the following items should undergo regression testing?
[ ] A new class that is yet to undergo unit testing.
[X] A tested class where three new functions have been added.
[ ] A new class with five functions.
[ ] A tested class that needs to be used in another class.