Hi! The main difference between spaCy v2.0 and v2.1 is the handling of whitespace in entities. This used to be an issue and could cause significantly worse results, because the entity recognizer was allowed to predict newlines and whitespace tokens as entities.
So if your data contains spans starting with / consisting of only whitespace, that's the one thing you need to fix and filter out. See these threads for details: