From 2e288f414665833d5e2f58361be1392961603bf3 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 27 Oct 2016 20:39:13 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d9e1330..b24086fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v0.5.0-pre.4 (Bodacious Boreopterus) + +### Added +* Foreign keys are now enabled on all tables that the panel makes use of to prevent accidental data deletion when associated with other tables. +* Javascript changes to prevent crashing browsers when large quantities of data are sent over the websocket to the console. Includes a small popover message on the console to alert users that it is being throttled. + +### Changed +* Servers are now queued for deletion to allow for cancellation of deletion, as well as run in the background to speed up page loading. + ## v0.5.0-pre.3 (Bodacious Boreopterus) ### Added