From 529877ba79bc926664ccbc54b84e18d3f2ef02dd Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 13 May 2015 10:05:22 -0500
Subject: [PATCH] Add release notes for v1.8.10

---
 WHATSNEW.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/WHATSNEW.md b/WHATSNEW.md
index 937e7b12a..4934f0e72 100644
--- a/WHATSNEW.md
+++ b/WHATSNEW.md
@@ -1,3 +1,16 @@
+osTicket v1.8.10
+================
+### Improvements
+  * Fix crash processing some TNEF documents (85053e8)
+  * Fix incorrect mapping of ISO charsets to ISO-8859-1, thanks @nerull7
+  * Fix handling of GBK charset when gb2312 is advertised (#2000)
+  * Disambiguate staff and collaborators when processing a some emails (#1983)
+  * Improve detection of some bounce notices with alternative content (#1994)
+  * Fix upgrade crash if retrying an old, failed upgrade from v1.6 (#1995)
+  * Preserve internal note formatting on new ticket by staff if HTML is
+    disabled (#2001)
+  * Fix deployment on Windows® platforms, thanks @yadimon (#2033)
+
 osTicket v1.8.9
 ===============
 ### Enhancements
-- 
GitLab