From 7a372dc50cbbbbf916f1afdf697d6f6ec6102f8c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 21 Dec 2017 14:21:03 -0800 Subject: [PATCH] Add forgotten change about CPU usage --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index bccf1aa1..132b42c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ ## 0.3.2 * Fixed `rojo serve` failing to correctly construct an absolute root path when passed as an argument +* Fixed intense CPU usage when running `rojo serve` ## 0.3.1 * Improved error reporting when invalid JSON is found in a `rojo.json` project