borkdude / api-diff

Print API diffs between library versions
59 stars 2 forks source link

Clarification: What is considered a breaking change? #1

Open viebel opened 3 years ago

viebel commented 3 years ago

It would be nice to add to the README a few words about what is considered a breaking change.

jeff303 commented 3 years ago

The README.md already says removed vars or removed arities, but it also is checking for deprecation, ex:

metabase/driver.clj:401:1: warning: metabase.driver/supports? was deprecated.