From 3457c5170f93fd18583491d2ac6973057040657e Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Sun, 25 Feb 2018 10:09:00 -0500
Subject: [PATCH] Add note to 0.9.0 changelog entry

---
 CHANGELOG.markdown | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index ee81159..b8c9b40 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,7 +1,11 @@
 0.9.0
 -----
 * Add `generalBracket` to the `MonadMask` typeclass, allowing more
-  valid instances
+  valid instances.
+
+  Note that functions such as `bracket` and `finally` are now based off of
+  `generalBracket`, so if you are a library author that provides a `MonadMask`
+  instance, you will need to provide an implementation of this method.
 * Add `MonadMask` instances for `ExceptT` and `ErrorT`
 
 0.8.3
-- 
GitLab