-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,61 @@ | ||
RELEASE 1.0.0-beta1 | ||
------------------- | ||
2015-11-02 Jeremy Mikola <[email protected]> | ||
* Update install docs for PHPC stable and PHPLIB beta | ||
|
||
2015-11-01 Jeremy Mikola <[email protected]> | ||
* Shorthand array syntax | ||
|
||
2015-11-01 Jeremy Mikola <[email protected]> | ||
* Test with mongodb-1.0 on Travis CI | ||
|
||
2015-11-01 Jeremy Mikola <[email protected]> | ||
* MongoDB\Manager no longer has single write methods | ||
|
||
2015-11-01 Jeremy Mikola <[email protected]> | ||
* MongoDB\Driver\BulkWrite now takes an options array | ||
|
||
2015-11-01 Jeremy Mikola <[email protected]> | ||
* Remove helper functions now that Manager RP/WC getters exist | ||
|
||
2015-10-23 Jeremy Mikola <[email protected]> | ||
* Update more GitHub URLs | ||
|
||
2015-10-23 Jeremy Mikola <[email protected]> | ||
* Update GitHub URLs in docs | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* Ensure database is dropped before asserting it doesn't exist | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* PHPLIB-133: Support typeMap option in FindOne | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* Functional test for aggregate command failure | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* Remove redundant option validation from FindAndModify children | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* Remove unnecessary use statement | ||
|
||
2015-10-09 Jeremy Mikola <[email protected]> | ||
* Refactor functional tests to use DropCollection | ||
|
||
2015-10-07 Jeremy Mikola <[email protected]> | ||
* Update extension installation docs for PHP and HHVM | ||
|
||
2015-10-07 Jeremy Mikola <[email protected]> | ||
* Update installation instructions in docs | ||
|
||
2015-10-07 Jeremy Mikola <[email protected]> | ||
* Consolidate release notes by minor version | ||
|
||
2015-10-07 Jeremy Mikola <[email protected]> | ||
* Add 1.0.0-alpha1 release notes | ||
|
||
RELEASE 1.0.0-alpha1 | ||
------------- | ||
-------------------- | ||
2015-10-06 Jeremy Mikola <[email protected]> | ||
* Use "autoload-dev" for loading test classes | ||
|
||
|