Skip to content

Commit c84cda0

Browse files
author
Robin de Graaf
committed
1.0.0 release
1 parent f5c7dc9 commit c84cda0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Parable GetSet
22

3+
## 1.0.0
4+
5+
Just a re-release locking the interface in place. First final release!
6+
37
## 0.3.0
48

59
_Changes_
@@ -20,7 +24,7 @@ _Changes_
2024

2125
```php
2226
// Example of getMultiple:
23-
[$title, $content] = $postColection->getMultiple('title', 'content');
27+
[$title, $content] = $postCollection->getMultiple('title', 'content');
2428
```
2529

2630
## 0.1.3

0 commit comments

Comments
 (0)