Skip to content

Commit

Permalink
Merge branch 'master' of github.com:php-ds/ds
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Aug 3, 2016
2 parents 5c1ada9 + 23a1e7a commit 0210a94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.2] - 2016-07-31
### Added
- Map::putAll
## [1.0.4] - 2016-08-01
### Fixed
- `unserialize` memory leak when failed to unserialize.
- `htable` bucket copy macro didn't copy the bucket's "next"

## [1.0.3] - 2016-08-01
### Added
- Set::merge
- `Set::merge`

### Fixed
- ds_htable_put_next bucket rehash fix (see docs #4)
-
## [1.0.2] - 2016-07-31
### Added
- `Map::putAll`
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/php-ds/extension.svg?branch=master)](https://travis-ci.org/php-ds/extension)
[![Build status](https://ci.appveyor.com/api/projects/status/dbcssp6flml2gher?svg=true)](https://ci.appveyor.com/project/rtheunissen/extension)
[![PECL](https://img.shields.io/badge/PECL-1.0.3-blue.svg)](https://pecl.php.net/package/ds)
[![PECL](https://img.shields.io/badge/PECL-1.0.4-blue.svg)](https://pecl.php.net/package/ds)

## Documentation

Expand Down Expand Up @@ -76,11 +76,11 @@ It's highly recommended that you include the [polyfill](https://github.com/php-d

Please see [CONTRIBUTING](CONTRIBUTING.md) for more information.

### Credits
## Credits

- [Rudi Theunissen](https://github.com/rtheunissen)
- [Joe Watkins](https://github.com/krakjoe)

### License
## License

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

0 comments on commit 0210a94

Please sign in to comment.