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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 15, 2016
1 parent d4783db commit d614fdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ChangeLog
=========

1.1.1
-----

** Bug
* [HHVM-183] - toJSON() should throw on invalid BSON
* [HHVM-185] - Throw exception for failed root or nested BSON iteration
* [HHVM-188] - ObjectID only supports lower case hexadecimal letters

** Task
* [HHVM-194] - Upgrade bundled libbson and libmongoc to 1.3.4

1.1.0
-----

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.1RC1-dev") {}
MongoDBExtension() : Extension("mongodb", "1.1.1") {}

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

0 comments on commit d614fdc

Please sign in to comment.