From 298cfaf4a109bf7a225bbff733ebf0bc9a1ce375 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Fri, 18 Oct 2019 14:39:24 +0200 Subject: [PATCH] Mention #601 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4135098c..fd3affeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Replaced `linkedlist` dependency with `x3-linkedlist` ([#601](https://github.com/arangodb/arangojs/issues/601)) + + The `linkedlist` dependency had a memory leak and was no longer maintained. The replacement should fix this issue. + ## [6.12.0] - 2019-10-16 ### Added