Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
be81400
Update ViewAccess.md
Simran-B Oct 16, 2019
bb5db75
Update Serialization.md
Simran-B Oct 16, 2019
52272fd
Rename ArangoSearch.md to Arangosearch.md
Simran-B Oct 16, 2019
234012b
Fix link View/Arangosearch.md
Simran-B Oct 16, 2019
5474c83
Update ViewManipulation.md
Simran-B Oct 16, 2019
2a3f19a
Update README.md
Simran-B Oct 16, 2019
aace56e
6_3 -> 6_4
Simran-B Oct 16, 2019
5b4d27b
Update README.md
Simran-B Oct 16, 2019
d5b070b
Update README.md
Simran-B Oct 16, 2019
f040c3f
Update DatabaseManipulation.md
Simran-B Oct 16, 2019
93d1009
Update AqlUserFunctions.md
Simran-B Oct 16, 2019
6d855fd
Update CollectionAccess.md
Simran-B Oct 16, 2019
22f84ac
Update GraphAccess.md
Simran-B Oct 16, 2019
c8c8248
Update Queries.md
Simran-B Oct 16, 2019
88d2ad7
Update StreamTransactions.md
Simran-B Oct 16, 2019
a22d460
Update Transactions.md
Simran-B Oct 16, 2019
ffcbfda
Update ViewAccess.md
Simran-B Oct 16, 2019
879d39e
Update BulkImport.md
Simran-B Oct 16, 2019
45fb731
Update CollectionManipulation.md
Simran-B Oct 16, 2019
db852f6
Update DocumentManipulation.md
Simran-B Oct 16, 2019
7f2e6f4
Update Indexes.md
Simran-B Oct 16, 2019
99d4e85
Update README.md
Simran-B Oct 16, 2019
66a3924
Update Arangosearch.md
Simran-B Oct 16, 2019
5e275e7
Update ChangeLog.md
Simran-B Oct 16, 2019
c5a6839
Update README.md
Simran-B Oct 16, 2019
3ad5f53
Update Analyzers.md
Simran-B Oct 16, 2019
d87f345
Update Arangosearch.md
Simran-B Oct 16, 2019
06fb8e8
Update README.md
Simran-B Oct 16, 2019
b7ac01b
Update ViewManipulation.md
Simran-B Oct 16, 2019
0ce2eb1
/docs/devel --> /docs/stable
Simran-B Oct 21, 2019
803be6d
Update links docs.arangodb.com -> www.arangodb.com/docs
Simran-B Oct 22, 2019
c180454
Capitalization
Simran-B Oct 24, 2019
698bdcf
Update Transactions.md
Simran-B Oct 24, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ChangeLog.md
  • Loading branch information
Simran-B authored Oct 16, 2019
commit 5e275e737939597b55b49fd892681486ea259bfd
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Added

- added dirty read support ([reading from followers](https://docs.arangodb.com/current/Manual/Administration/ActiveFailover/#reading-from-follower))
- added dirty read support ([reading from followers](https://www.arangodb.com/docs/devel/administration-active-failover.html#reading-from-follower))

- added option `AqlQueryOptions#allowDirtyRead` for `ArangoDatabase#query`.
- added option `DocumentReadOptions#allowDirtyRead` for `ArangoCollection#getDocument`
Expand Down