Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Sep 26, 2015
1 parent a4a9337 commit 0809e02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

#### 0.4.2

* Testing exception messages by @chrismichaels84 https://github.com/Codeception/Specify#exceptions

#### 0.4.0

* Fixes cloning properties in examples. Issue #6 *2014-10-15*
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.1
0.4.2
9 changes: 1 addition & 8 deletions docs/GlobalConfig.md
Expand Up @@ -12,13 +12,6 @@ Global Specify configuration. Should be set in bootstrap.
?>
```








#### *public* propertyIgnored($property)
#### *public* classIgnored($value)
#### *public* propertyIsShallowCloned($property)
Expand Down Expand Up @@ -51,7 +44,7 @@ Add specific classes to cloning ignore list. Instances of those classes won't be

* `param` $ignoredClasses


#### *public static* create()
@return Config


2 changes: 2 additions & 0 deletions docs/LocalConfig.md
Expand Up @@ -16,6 +16,7 @@ $this->specifyConfig()
->ignore('user') // do not clone
?>
```

#### *public* __construct($config = null)
#### *public* ignore($properties = null)
Ignore cloning specific object properties in specify blocks.
Expand Down Expand Up @@ -106,3 +107,4 @@ $this->specifyConfig()->cloneOnly('user', 'post');
* `param` $properties
* `return` $this


0 comments on commit 0809e02

Please sign in to comment.