View moment-2.29.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# moment 2.29.2 changelog | |
This is security update, adressing | |
https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4 | |
Locales with names containing forward slash `/` and backward slash `\\` are no | |
longer loaded from filesystem (they can still be used in locales which are | |
defined on the spot). | |
This might break your code, if you happen to package your own locales in |