mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
30799b0857
commit
156da907c5
|
@ -1,5 +1,14 @@
|
|||
v1.1.beta3 (XXXX-XX-XX)
|
||||
|
||||
* WARNING:
|
||||
arangod now performs a database version check at startup. It will look for a file
|
||||
named "VERSION" in its database directory. If the file is not present, arangod will
|
||||
refuse to start and ask the user to run arango-upgrade first. If the VERSION file
|
||||
is present but is from an older version of ArangoDB, arangod will also refuse to
|
||||
start and ask the user to run the upgrade script first. This procedure shall ensure
|
||||
that users have full control over when they perform any updates/upgrades of their
|
||||
data, and do not risk running an incompatible server/database state tandem.
|
||||
|
||||
* fixed issue #283: AQL LENGTH() now works on documents, too
|
||||
|
||||
* fixed issue #281: documentation for skip lists shows wrong example
|
||||
|
|
Loading…
Reference in New Issue