File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ the older and newer versions, respectively.
13
13
To generate a changelog summary since the last version, run
14
14
` git log --no-merges --oneline XXX...1.0.x `
15
15
16
+ 1.0.9 (2014-04-29)
17
+ ------------------
18
+
19
+ * 74cc098 Respect $options when $server is null in Connection constructor
20
+ * f8a382d Add driver 1.4.5 and 1.5.1 to test matrix
21
+ * 251ae2b Add PHP 5.6 and no longer allow failures for 5.5 builds
22
+ * 30aa713 Collection::ensureIndex() should convert write options (fixes #168 )
23
+ * f781f2b Update issues/releases links in README
24
+
16
25
1.0.8 (2014-03-28)
17
26
------------------
18
27
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ CHANGELOG for 1.1.x
4
4
This changelog references the relevant changes (bug and security fixes) done
5
5
in 1.1.x patch versions.
6
6
7
+ 1.1.6 (2014-04-29)
8
+ ------------------
9
+
10
+ * [ #172 ] ( https://github.com/doctrine/mongodb/pull/172 ) : ` Collection::ensureIndex() ` should convert write options
11
+ * [ #174 ] ( https://github.com/doctrine/mongodb/pull/174 ) : MongoDB 2.6: Ensure $in argument is a real BSON array
12
+ * [ #175 ] ( https://github.com/doctrine/mongodb/pull/175 ) : Convert timeout options for driver >= 1.5.0
13
+ * [ #176 ] ( https://github.com/doctrine/mongodb/pull/176 ) : Add new PHP and driver versions to Travis CI
14
+ * [ #177 ] ( https://github.com/doctrine/mongodb/pull/177 ) : Respect ` $options ` when ` $server ` is null in Connection constructor
15
+ * [ #178 ] ( https://github.com/doctrine/mongodb/pull/178 ) : Convert deprecated MongoClient constructor options for driver >= 1.4.0
16
+ * [ #179 ] ( https://github.com/doctrine/mongodb/pull/179 ) : Cast ` createCollection() ` options for MongoDB 2.6 compatibility
17
+
7
18
1.1.5 (2014-03-28)
8
19
------------------
9
20
You can’t perform that action at this time.
0 commit comments