Update CHANGELOG.md (#117)

* Update CHANGELOG.md

Co-authored-by: jseljan <josip.seljan@memgraph.io>
This commit is contained in:
Josip Seljan 2021-03-22 19:23:37 +01:00 committed by jseljan
parent d913a67e16
commit b3914c6b5d

View File

@ -8,6 +8,9 @@
* Add support for multiple query modules directories at the same time.
You can now define multiple, comma-separated paths to directories from
which the modules will be loaded using the `--query-modules-directory` flag.
* Added support for programatically reading in data from CSV files through the
`LOAD CSV` clause. We support CSV files with and without a header, the
supported dialect being Excel.
### Bug Fixes