Give some credit
diff --git a/CHANGELOG b/CHANGELOG
index d072817..bf08a47 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 1.4.20 (2014-08-23)
 * Fixed : BUILDR-688 - Disregard package-info.java files when determining if
-          the Javac compiler should be run or not.
+          the Javac compiler should be run or not. Submitted by Pepijn Van
+          Eeckhoudt.
 * Fixed : Work around bug/feature of jruby 1.7.13 that caches Gem::Version
           objects based on constructor parameters that causes issues with
           Buildr as we mutate the version objects through monkey patching.