docs(Releases): mention breaking changes in 0.173.0 (#3483)

This commit is contained in:
Yoshiya Hinosawa 2023-07-10 22:15:57 +09:00 committed by GitHub
parent 642a111fec
commit cc8051f011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,6 +181,7 @@
### 0.173.0 / 2023.01.16
- BREAKING(streams, archive): remove deprecated exports (#3107)
- fix(fs): change globstar default to true for expandGlob and expandGlobSync
(#3115)
- fix(streams): prevent artificial terminal newline in `TextLineStream` (#3103)