mirror of https://gitee.com/bigwinds/arangodb
prepare CHANGELOG for 3.4.2
This commit is contained in:
parent
d64b356dba
commit
1aebffe5da
|
@ -1,7 +1,6 @@
|
||||||
v3.4.2 (XXXX-XX-XX)
|
v3.4.2 (2019-01-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
||||||
* fixed an issue where a crashed coordinator can lead to some Foxx queue jobs
|
* fixed an issue where a crashed coordinator can lead to some Foxx queue jobs
|
||||||
erroneously either left hanging or being restarted
|
erroneously either left hanging or being restarted
|
||||||
|
|
||||||
|
@ -9,7 +8,7 @@ v3.4.2 (XXXX-XX-XX)
|
||||||
|
|
||||||
millisecond parts of AQL date values were limited to up to 3 digits.
|
millisecond parts of AQL date values were limited to up to 3 digits.
|
||||||
Now the length of the millisecond part is unrestricted, but the
|
Now the length of the millisecond part is unrestricted, but the
|
||||||
millisecond precision is still limit to up to 3 digits.
|
millisecond precision is still limited to up to 3 digits.
|
||||||
|
|
||||||
* fix issue #7900: Bind values of `null` are not replaced by
|
* fix issue #7900: Bind values of `null` are not replaced by
|
||||||
empty string anymore, when toggling between json and table
|
empty string anymore, when toggling between json and table
|
||||||
|
|
Loading…
Reference in New Issue