Skip to content

Commit 0809e02

Browse files
committed
updated changelog
1 parent a4a9337 commit 0809e02

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 0.4.2
4+
5+
* Testing exception messages by @chrismichaels84 https://github.com/Codeception/Specify#exceptions
6+
37
#### 0.4.0
48

59
* Fixes cloning properties in examples. Issue #6 *2014-10-15*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.4.2

docs/GlobalConfig.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ Global Specify configuration. Should be set in bootstrap.
1212
?>
1313
```
1414

15-
16-
17-
18-
19-
20-
21-
2215
#### *public* propertyIgnored($property)
2316
#### *public* classIgnored($value)
2417
#### *public* propertyIsShallowCloned($property)
@@ -51,7 +44,7 @@ Add specific classes to cloning ignore list. Instances of those classes won't be
5144

5245
* `param` $ignoredClasses
5346

54-
5547
#### *public static* create()
5648
@return Config
5749

50+

docs/LocalConfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $this->specifyConfig()
1616
->ignore('user') // do not clone
1717
?>
1818
```
19+
1920
#### *public* __construct($config = null)
2021
#### *public* ignore($properties = null)
2122
Ignore cloning specific object properties in specify blocks.
@@ -106,3 +107,4 @@ $this->specifyConfig()->cloneOnly('user', 'post');
106107
* `param` $properties
107108
* `return` $this
108109

110+

0 commit comments

Comments
 (0)