From 7960e242cbbaca7315fcd613a118f28ba41779d2 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Tue, 10 Mar 2015 11:47:57 -0500
Subject: [PATCH] docs: Add release notes for v1.8.8

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

diff --git a/WHATSNEW.md b/WHATSNEW.md
index 16dff0df0..fc4c94b05 100644
--- a/WHATSNEW.md
+++ b/WHATSNEW.md
@@ -1,3 +1,15 @@
+osTicket v1.8.8
+===============
+### Improvements
+  * Fix handling of some Redmond-specific character set encoding names (#1698)
+  * Delete collaborators when deleting tickets (#1709)
+  * Fix regression preventing auto-responses for staff new tickets (#1712)
+  * Fix missing icon for "add new filter", thanks @Chefkeks (#1735)
+
+### Performance and Security
+  * Fix generation of random data on Windows® platforms (#1672)
+  * Fix possible DoS and brute force on login pages (#1727)
+
 osTicket v1.8.7
 ===============
 ### Improvements
-- 
GitLab