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
in path::normalize...() skip current-directory components before resolving parent components.
Previously, paths like ./../foo would yield foo as they consumed ., instead of yielding None
or consuming a portion of the CWD.
Commit Statistics
7 commits contributed to the release over the course of 19 calendar days.