9898 statement could lead to a wrong count output when used in combination with
9999 an index which has been created with an array index attribute.
100100
101+ * Fixed issue #13117: Aardvark: Weird cursor offsets in query editor.
102+
103+ Disabled font ligatures for Ace editor in Web UI to avoid rare display issue.
104+
101105* Fixed ES-784 regression related to encryption cipher propagation to
102106 ArangoSearch data.
103107
@@ -211,14 +215,14 @@ devel
211215* More improvements for logging:
212216
213217 * Added new REST API endpoint GET `/_admin/log/entries` to return log entries
214- in a more intuitve format, putting each log entry with all its properties
218+ in a more intuitive format, putting each log entry with all its properties
215219 into an object. The API response is an array with all log message objects
216220 that match the search criteria.
217221 This is an extension to the already existing API endpoint GET `/_admin/log`,
218222 which returned log messages fragmented into 5 separate arrays.
219223
220224 The already existing API endpoint GET `/_admin/log` for retrieving log
221- messages is now deprecated, altough it will stay available for some time.
225+ messages is now deprecated, although it will stay available for some time.
222226
223227 * Truncation of log messages now takes JSON format into account, so that
224228 the truncation of oversized JSON log messages still keeps a valid JSON
@@ -237,15 +241,15 @@ devel
237241 shorten long log messages in case there is not a lot of space for logfiles,
238242 and to keep rogue log messages from overusing resources.
239243 The default value is 128 MB, which is very high and should effectively
240- mean downwards-compatiblity with previous arangod versions, which did not
244+ mean downwards-compatibility with previous arangod versions, which did not
241245 restrict the maximum size of log messages.
242246
243247 - `--audit.max-entry-length`: controls the maximum line length for individual
244248 audit log messages that are written into audit logs by arangod. Any audit
245249 log messages longer than the specified value will be truncated and the
246250 suffix '...' will be added to them.
247251 The default value is 128 MB, which is very high and should effectively
248- mean downwards-compatiblity with previous arangod versions, which did not
252+ mean downwards-compatibility with previous arangod versions, which did not
249253 restrict the maximum size of log messages.
250254
251255 - `--log.in-memory-level`: controls which log messages are preserved in
0 commit comments