From 5898780e8eeb1bb30f9a7bd5ee4ab4d566ecdcb4 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 7 Dec 2017 15:52:24 -0800 Subject: [PATCH] Add note about testing to CHANGES --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5749f081..2e433a77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ ## Current Master * Fixed server when using a file as a partition * Previously, trailing slashes were put on the end of a partition even if the read request was an empty string. This broke file reading on Windows when a partition pointed to a file instead of a directory! +* Started running automatic tests on Travis CI + * This is only for the server right now + * Soon, I'll upgrade [Lemur](http://github.com/LPGhatguy/Lemur) to have APIs necessary for testing plugins and start testing the plugion portion of Rojo as well. ## 0.2.3 * Plugin only release