From a3330a649faf17fc1c708a8d02998fefd96f244e Mon Sep 17 00:00:00 2001 From: Grant Birchmeier Date: Mon, 15 Jul 2019 14:07:16 -0500 Subject: [PATCH] release note for #478 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fd42e55f7..ffd73722a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -28,6 +28,7 @@ What's New * (patch) #533 - file maintenance (gbirchmeier) * (patch) #509 - Consistent sessionID argument name in IApplication (eugbaranov) * (patch) #296 - make FieldMap.GetField obsolete; favor .GetString instead (staffanu) +* (patch) #478 - eliminate unnecessary string/byte flip-flop (gbirchmeier) ### v1.8.0: * (patch) #402 - Multithreading fix to please NUnit 2.6.3 and above (arkadiuszwojcik)