From 17d2d2e05856025a4df99fde961acb636d9f1839 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 5 Nov 2015 09:45:02 +1300 Subject: [PATCH] Add CONTRIBUTORS, tweak CHANGELOG --- CHANGELOG | 20 ++++++++++---------- CONTRIBUTORS | 5 +++++ 2 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CHANGELOG b/CHANGELOG index f6f1eab..342aa1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,14 @@ v0.2 -- -x flag (--exclude) to exclude files from livereload. -- -P flag (--password) for quick HTTP Basic password protection. -- -q flag (--quiet) to suppress all output from devd. -- Humanize file sizes in console logs. -- Improved directory indexes - better formatting, they now also livereload. -- Devd's built-in livereload URLs are now less likely to clash with user URLs. -- Internal 404 pages are now included in logs, timing measurement, and +* -x (--exclude) flag to exclude files from livereload. +* -P (--password) flag for quick HTTP Basic password protection. +* -q (--quiet) flag to suppress all output from devd. +* Humanize file sizes in console logs. +* Improve directory indexes - better formatting, they now also livereload. +* Devd's built-in livereload URLs are now less likely to clash with user URLs. +* Internal 404 pages are now included in logs, timing measurement, and filtering. -- Much improved heuristics for livereload file change detection. We now - handle things like transient files created by editors better. -- A Linux ARM build will now be distributed with each release. +* Improved heuristics for livereload file change detection. We now handle + things like transient files created by editors better. +* A Linux ARM build will now be distributed with each release. diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..7f8aa1a --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,5 @@ + 40 Aldo Cortesi + 6 Aldo Cortesi + 3 Barret Rennie + 1 Bill Mill + 1 Judson Mitchell