Skip to content

Commit

Permalink
add stanza to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kadet1090 committed Aug 21, 2016
1 parent 13919ce commit 91853ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0] Milestone 2 - 2015-08-19
## [0.2.0] Milestone 2 - 2015-08-21
### Added
- `StreamDecorator` abstract class used to make pipeline of streams,
- `Connector` interface, used as abstraction for creating connection streams,
- Dumping utility, that can be accessed via `\Kadet\Xmpp\helper\dd` function,
- `XmppClient` class which acts like dependency injection container for modules,
- `Authenticator` module interface,
- `SaslAuthenticator` implementing interface mentioned above,
- `Stanza` model class for handling stanzas

### Changed
- `XmlFactory` now creates `XmlElement` instead of just returning class,
Expand Down

0 comments on commit 91853ba

Please sign in to comment.