Skip to content

Commit

Permalink
Add 1.0.0-beta1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Nov 2, 2015
1 parent f505455 commit 34b74f8
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion RELEASE-1.0
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

Expand Down

0 comments on commit 34b74f8

Please sign in to comment.