Adding a new method (or a new overload to a method) is not breaking the interface. Breaking the interface would be changing the current declaration of the method (like changing return type, paramaters (and types), etc). Adding a new method is just simply adding to the interface.
M
Member 4184135
@Member 4184135