Skip to content

Commit 69a2db2

Browse files
committed
Add CHANGELOG
1 parent ea414f4 commit 69a2db2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to `Immutable Collections for PHP` will be documented in this file.
4+
5+
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6+
7+
8+
## 1.1.1 - 2019-01-27
9+
10+
### Added
11+
- Tests namespace to the `autoload_dev`
12+
13+
### Removed
14+
- Tests namespaces from the `autoload`
15+
16+
## 1.1.0 - 2019-01-27
17+
18+
### Added
19+
- declared strict types in all PHP files.
20+
21+
22+
## 1.0.0 - 2019-01-26 [Initial Release]
23+
24+
### Added
25+
- The [Immutable List Collection](https://github.com/dcsg/php-immutable-collections/blob/master/src/ImmutableCollection.php) and [Immutable Set Collection](https://github.com/dcsg/php-immutable-collections/blob/master/src/SetImmutableCollection.php)
26+
- Unit tests
27+
- Examples

0 commit comments

Comments
 (0)