Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Fixed changelog releases order
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Feb 3, 2017
1 parent 2b8b5b0 commit 4b996e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1] - 2017-02-02
Initial release, containing concrete implementations.

### Added
- Implementations of regular and compound containers, with service provider support.
- Tests.

## [0.1.1] - 2017-02-03
Non-BC-breaking bugfixes.
Reduced size of dist archive.
Expand All @@ -20,3 +13,10 @@ Added Gitter notifications of Travis events, and Gitter badge.
- `CompositeContainer#__construct()` not accepting interop containers.
- `CompositeContainer#add()` not implementing interface method.
- `CompositeContainer` not throwing exceptions correctly.

## [0.1] - 2017-02-02
Initial release, containing concrete implementations.

### Added
- Implementations of regular and compound containers, with service provider support.
- Tests.

0 comments on commit 4b996e6

Please sign in to comment.