From c7d80e16e71bc1c85f4cd6158a96f2be6de64a1c Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Fri, 15 Jul 2022 18:09:20 +0200
Subject: [PATCH] Add link to blog post in changelog

---
 changelog.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/changelog.md b/changelog.md
index a3100b7..88febf5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,6 +7,8 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backsl
 Implementation of the [Abstract FilePath Proposal](https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/abstract-file-path)
 in user-space as a separate type.
 
+Introduction to the new API is explained [in this blog post](https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html).
+
 ## 1.4.2.2 *Dec 2021*
 
 This release is purely a documentation release, fixing the broken haddock links.
-- 
GitLab