From 0467b813d8e538c184ecd2d6b34dd20e1e136f24 Mon Sep 17 00:00:00 2001 From: Shilpa Bijam Date: Mon, 18 May 2020 15:30:33 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cd4e742..d6f28c9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ ## Version 1.6.13 ### Bug fix -* Fixes regression in mod inputs which resulted in an error ’file' object has no attribute 'readable’, by not forcing to text/bytes in mod inputs event writer any longer. +* Fixed regression in mod inputs which resulted in error ’file' object has no attribute 'readable’, by not forcing to text/bytes in mod inputs event writer any longer. + +### Minor changes +* Minor updates to the splunklib search commands to support Python3 ## Version 1.6.12