Adding catch() method to jQuery deferred.promise.

Adding catch() method to jQuery deferred.promise.

I've read that jQuery 3.0 will support Promise/A+ spec but I've noticed that the catch() method is missing from the deferred.promise() object.

Are there any plans to add catch() to  deferred.promise ?