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

Commit 4600bb6

Browse files
committed
Go with 1.2.4
1 parent 10f9b7f commit 4600bb6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
ChangeLog
1+
CHANGELOG
22
=========
33

4+
1.2.4
5+
-----
6+
7+
** Bug
8+
* [HHVM-287] - Using a projection with an empty field name causes a crash when destroying cursor
9+
* [HHVM-293] - API breaks in HHVM 3.18 and 3.19
10+
11+
412
1.2.3
513
-----
614

mongodb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void hippo_log_handler(mongoc_log_level_t log_level, const char *log_domain, con
8585
}
8686
}
8787

88-
#define HIPPO_VERSION "1.2.4-dev"
88+
#define HIPPO_VERSION "1.2.4"
8989

9090
static class MongoDBExtension : public Extension {
9191
public:

0 commit comments

Comments
 (0)