Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Go with 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 7, 2016
1 parent 4539d26 commit 54417b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
ChangeLog
=========

1.1.2
-----

** Bug
* [HHVM-209] - Driver fails to build due to "Logger" with HHVM 3.9-3.11

** Task
* [HHVM-161] - WriteResult should encapsulate BSON instead of mongoc_write_result_t
* [HHVM-191] - Use bson_error_t message for BulkWriteException message
* [HHVM-193] - executeBulkWrite() should throw InvalidArgumentException for empty BulkWrite


1.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion mongodb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void hippo_log_handler(mongoc_log_level_t log_level, const char *log_domain, con

static class MongoDBExtension : public Extension {
public:
MongoDBExtension() : Extension("mongodb", "1.1.2-dev") {}
MongoDBExtension() : Extension("mongodb", "1.1.2") {}

virtual void moduleInit() {
/* MongoDB\BSON functions */
Expand Down

0 comments on commit 54417b9

Please sign in to comment.