mirror of https://gitee.com/bigwinds/arangodb
fixed wrong CHANGELOG
This commit is contained in:
parent
ce652cdab0
commit
caf28b753d
|
@ -1,4 +1,4 @@
|
||||||
v3.4.6 (2019-05-21)
|
v3.4.7 (2019-XX-XX)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* fixed "collection not found" exception during setup of 3-way smart join queries in the
|
* fixed "collection not found" exception during setup of 3-way smart join queries in the
|
||||||
|
@ -9,6 +9,9 @@ v3.4.6 (2019-05-21)
|
||||||
minimum value even though other non-null values may have followed, and `MIN` was supposed
|
minimum value even though other non-null values may have followed, and `MIN` was supposed
|
||||||
to return `null` only if there are no input values or all input values are `null`.
|
to return `null` only if there are no input values or all input values are `null`.
|
||||||
|
|
||||||
|
v3.4.6 (2019-05-21)
|
||||||
|
-------------------
|
||||||
|
|
||||||
* fixed a crash when posting an async request to the server using the "x-arango-async"
|
* fixed a crash when posting an async request to the server using the "x-arango-async"
|
||||||
request header and the server's request queue was full
|
request header and the server's request queue was full
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue