From c0b2f3f9b7ab118e1428458be45be4ae5a8e27c2 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Wed, 8 Aug 2018 09:37:43 -0400
Subject: [PATCH] updated news

---
 NEWS.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.txt b/NEWS.txt
index 6decb2dc0..850324d7a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,17 @@
 Numbers refer to SourceForge.net tracker IDs:
     http://sourceforge.net/tracker/?group_id=55685
 
+---------------- VERSION 4.6.2 --------------
+C/C++ Code:
+- Various compiler warning fixes
+- Added small delay into image writer to not starve other threads
+
+Java: 
+- Added more locking to ensure that handles were not closed while other threads were using them. 
+- Added APIs to support more queries by data source
+- Added memory-based caching when detecting if an object has children or not.
+
+
 ---------------- VERSION 4.6.1 --------------
 C/C++ Code:
 - Lots of bounds checking fixes from Google's fuzzing tests.  Thanks Google.
-- 
GitLab