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
count fails if its argument is negative, rather than raising. (#192)
parse_string and parse_bigstring take a required consume argument, specifying whether the parse is expected to consume a prefix of the input, or the entire input. The previous behavior was Prefix. (#196)