From a334e2816a628bce015cbca7aedec581f7ec01d2 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Tue, 28 Apr 2020 11:58:55 -0400 Subject: [PATCH] changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c58a7d7..bb126d54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -377,7 +377,7 @@ Pinned root QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc success ##### Pins -We've made two miner changes to the pinning subsystem: +We've made two minor changes to the pinning subsystem: 1. `ipfs pin ls --stream` allows one streaming a pin listing. 2. `ipfs pin update` no longer holds the global pin lock while fetching files from the network. This should hopefully make it significantly more useful.