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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,22 @@ The following emojis are used to highlight certain changes:
18
18
19
19
### Changed
20
20
21
-
- upgrade to `go-libp2p`[v0.45.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.45.0)
22
-
23
21
### Removed
24
22
25
23
### Fixed
26
24
27
25
### Security
28
26
29
27
28
+
## [v0.35.2]
29
+
30
+
### Changed
31
+
32
+
- upgrade to `go-libp2p`[v0.45.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.45.0)
33
+
- upgrade to `go-log/v2`[v2.9.0](https://github.com/ipfs/go-log/releases/tag/v2.9.0)
34
+
- Applications using go-log (>=2.9)+go-libp2p(>=0.45) may need to initialize their application to bridge slog-based libraries to into go-log. See documentation for go-log [release](https://github.com/ipfs/go-log/releases/tag/v2.9.0) and [slog integration](https://github.com/ipfs/go-log/blob/master/README.md#slog-integration).
0 commit comments