diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..380ff14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +### 1.0.0 (2013-12-07) + + * Initial Stable Release + diff --git a/README.md b/README.md index 34eb28f..b0293df 100644 --- a/README.md +++ b/README.md @@ -297,10 +297,6 @@ expect($callable)->not()->toThrow('\ErrorException'); expect($callable)->notToThrow('\ErrorException'); ``` -## Custom Matchers - -Coming soon! - ## Reporters #### dot (default)