docs: document changes in changelog

This commit is contained in:
Daniel N 2026-01-23 12:50:12 +01:00 committed by Daniel N
parent d8b257cda6
commit 70b1abf6fb
No known key found for this signature in database

View File

@ -144,6 +144,11 @@ See `ipfs files chroot --help` for details.
The `ipfs ls` command now supports `--long` (`-l`) flag for displaying Unix-style file permissions and modification times. This works with files added using `--preserve-mode` and `--preserve-mtime`. See `ipfs ls --help` for format details and examples.
#### Document defaults for `ipfs add`
The `ipfs add` command help now renders the default values for all options.
#### 📦️ Dependency updates
- update `go-libp2p` to [v0.46.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.46.0)