You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Accurately count the number of breaking changes
We previously related the number of breaking changes with the number of breaking changes
printed (which was capped at 500). By abstracting the printing mechanism to understand its
own capacity, we get an accurate count of the number of conflicts without increasing code
complexity in the display mechanism.
* Add a `make install` target
* Nit: max -> remaining
0 commit comments