feature #1208 allowed tests to be made of 1 or 2 words (fabpot)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Oct 2013 10:44:48 +0000 (11:44 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Oct 2013 10:44:48 +0000 (11:44 +0100)
This PR was merged into the master branch.

Discussion
----------

allowed tests to be made of 1 or 2 words

Commits
-------

52c952c allowed tests to be made of 1 or 2 words

1  2 
CHANGELOG

diff --cc CHANGELOG
+++ b/CHANGELOG
@@@ -1,6 -1,6 +1,7 @@@
  * 1.14.2 (2013-XX-XX)
  
 + * allowed operators that contain whitespaces to have more than one whitespace
+  * allowed tests to be made of 1 or 2 words (like "same as" or "divisible by")
  
  * 1.14.1 (2013-10-15)