From 2edf6e1c687517dc1f6d8db0999f2f04c73e1993 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sun, 29 Jan 2012 01:41:21 -0500 Subject: [PATCH] pedantry --- Changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 33df7a0..ceb329e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ * put an entire line of output inside a single mutex so we don't cross the streams [David Dollar] * fix race condition with process termination [David Dollar] * allow external custom exporters [Chris Lowder] -* Fix the test for an empty string in bin/runner [Florian Apolloner] +* fix the test for an empty string in bin/runner [Florian Apolloner] * ensure we have non-nil data, fixes #111 [David Dollar] * make sure error method exists, fixes #104 [David Dollar] * clean up chdir usage [David Dollar] @@ -12,8 +12,8 @@ * add jruby support [David Dollar] * pass basedir along to the runner script [David Dollar] * harden runner script [David Dollar] -* Add many missing specs [brainopia] -* Clean up fakefs usage in specs [brainopia] +* add many missing specs [brainopia] +* clean up fakefs usage in specs [brainopia] * runit creates a full path to export directory. [Fletcher Nichol] ## 0.36.1 (2012-01-18)