From 67dc472fe6686edf1077dac5f162dacbea69f576 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Sun, 1 Sep 2019 00:49:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e403380..f7a8d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed issue #40 - Crashes with "API function called from within callback". +- Cache system bug fix - now keep track of the number of times a file has been opened. The on-disk + cache file no longer gets opened multiple times, if a file is opened multiple times. ## [1.1.8] - 2019-08-24 ### Changed