mirror of https://gitee.com/bigwinds/arangodb
fix CHANGELOG
This commit is contained in:
parent
5ed2c3cb97
commit
26fa23fd47
|
@ -38,9 +38,6 @@ v3.3.4 (2018-02-28)
|
||||||
* The access level for the `_system` database
|
* The access level for the `_system` database
|
||||||
|
|
||||||
|
|
||||||
v3.3.3 (2018-01-26)
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
* fix internal issue 1770: collection creation using distributeShardsLike yields
|
* fix internal issue 1770: collection creation using distributeShardsLike yields
|
||||||
errors and did not distribute shards correctly in the following cases:
|
errors and did not distribute shards correctly in the following cases:
|
||||||
1. If numberOfShards * replicationFactor % nrDBServers != 0
|
1. If numberOfShards * replicationFactor % nrDBServers != 0
|
||||||
|
@ -79,6 +76,10 @@ v3.3.3 (2018-01-26)
|
||||||
* fixed issue #4395: If your foxx app includes an `APP` folder it got
|
* fixed issue #4395: If your foxx app includes an `APP` folder it got
|
||||||
accidently removed by selfhealing this is not the case anymore.
|
accidently removed by selfhealing this is not the case anymore.
|
||||||
|
|
||||||
|
|
||||||
|
v3.3.3 (2018-01-26)
|
||||||
|
-------------------
|
||||||
|
|
||||||
* fix issue #4272: VERSION file keeps disappearing
|
* fix issue #4272: VERSION file keeps disappearing
|
||||||
|
|
||||||
* fix internal issue #81: quotation marks disappeared when switching table/json
|
* fix internal issue #81: quotation marks disappeared when switching table/json
|
||||||
|
|
Loading…
Reference in New Issue