From 347466d792f78e79b077e6f2e905fdeb10e47195 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 12 Apr 2019 14:08:14 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10829d76..8d426876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ * Function modules moved into the `/modules` directory, by [@Seanstoppable](https://github.com/Seanstoppable) * NBA Score module added by [@FriedCosey](https://github.com/FriedCosey) +### 🐞 Fixed + +* Now displays an error on start-up if a widget has mis-configured `position` attributes ([#389](https://github.com/wtfutil/wtf/issues/389) by @senporprogrammer) + ## 0.5.0 ### ⚡️ Added