diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7846557258eaf7686fab257de7a85ee528bca94..cad2fd4a130905c6757cc691ee01318b2ff16cb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,8 @@ Changes in and extensions of the theory:
 
 Changes in Coq:
 
-* Move the `prelude` folder to its own project: std++
+* Move the `prelude` folder to its own project:
+  [coq-std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
 * Some extensions/improvements of heap_lang:
   - Improve handling of pure (non-state-dependent) reductions.
   - Add fetch-and-add (`FAA`) operation.
@@ -110,8 +111,8 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
   setup Iris for your language.
 * Restore the original, stronger notion of atomicity alongside the weaker
   notion. These are `Atomic a e` where the stuckness bit `s` indicates whether
-  expression `e` is weakly (`a = WeaklyAtomic`) or strongly (`a =
-  StronglyAtomic`) atomic.
+  expression `e` is weakly (`a = WeaklyAtomic`) or strongly
+  (`a = StronglyAtomic`) atomic.
 * Various improvements to `solve_ndisj`.
 * Use `Hint Mode` to prevent Coq from making arbitrary guesses in the presence
   of evars, which often led to divergence. There are a few places where type