From b86467155e859e75141967ee3183ee735b850184 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 16 Nov 2019 19:55:29 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82d9ad3..f28b454d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ * Pocket module added, [#742] by [@3mard](https://github.com/3mard) * Exchange Rates module added, by [@schoentoon](https://github.com/schoentoon) + +* Subreddit out of bounds error fixed, [#753](https://github.com/wtfutil/wtf/issues/753) by [@TDHTTTT](https://github.com/TDHTTTT) + ### 👍 Updated * Switched from `gocenter.io` as the Go proxy to `proxy.golang.org`, by [@chenrui333](https://github.com/chenrui333)