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
It's a possible breaking change, but quite unlikely.
New algorithm can detect "abbreviation" in a string. For example, in string HTTPServer, HTTP is an abbreviation and will be converted to http instead of h_t_t_p.
Following are typical cases
HTTPServer => http_server
ALL => all
NoHTTPS => no_https
The text was updated successfully, but these errors were encountered:
It's a possible breaking change, but quite unlikely.
New algorithm can detect "abbreviation" in a string. For example, in string
HTTPServer
,HTTP
is an abbreviation and will be converted tohttp
instead ofh_t_t_p
.Following are typical cases
HTTPServer
=>http_server
ALL
=>all
NoHTTPS
=>no_https
The text was updated successfully, but these errors were encountered: