diff --git a/Changes-v3.md b/Changes-v3.md index 6ac8b8d7..70a69244 100644 --- a/Changes-v3.md +++ b/Changes-v3.md @@ -40,6 +40,8 @@ These are changes that are incompatible with the v2.x.x version. it can also be matched against more specific error types such as `TokenExpierdError()` using `errors.Is` +* `jwt.ErrMissingRequiredClaim` has been removed + ## JWS * Iterators have been completely removed.