Skip to content

Commit

Permalink
docs: Add/update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2021
1 parent 5d26c3e commit 405102f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,10 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/loophp/iterators/compare/1.0.0...1.1.0)
## [1.1.1](https://github.com/loophp/iterators/compare/1.1.0...1.1.1)

### Commits

- Remove method to get the inner Iterator for now. [`5d26c3e`](https://github.com/loophp/iterators/commit/5d26c3e7b153ca895ceb997f9993e47d4f1ea000)
- sa: Improve static analysis annotations and code. [`a0be7d5`](https://github.com/loophp/iterators/commit/a0be7d555b0b5c2cf9f432b49721e60224507913)
- docs: Update badge links in README. [`4ed7324`](https://github.com/loophp/iterators/commit/4ed73248519fb357e397c6425f0b7df5516bb29a)

## [1.1.0](https://github.com/loophp/iterators/compare/1.0.0...1.1.0) - 2021-12-16

### Commits

- docs: Add/update CHANGELOG. [`732a85a`](https://github.com/loophp/iterators/commit/732a85a40a47b114763b99b614809cf300d22db6)
- docs: Update `README` file. [`72dd6a5`](https://github.com/loophp/iterators/commit/72dd6a51a2c74dd5870d53995665e6fd3cfa1298)
- feat: Add `ClosureIteratorAggregate` and `IterableIteratorAggregate`. [`7c99ea1`](https://github.com/loophp/iterators/commit/7c99ea1c962e3dbd533803b9d502ccfb584b9968)
- tests: Add new test. [`3077769`](https://github.com/loophp/iterators/commit/3077769ff96566d11554b606dfc48d9c44d71b88)
Expand Down

0 comments on commit 405102f

Please sign in to comment.