aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index b5670b9..2bdb96b 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,9 +1,20 @@
+0.2.0
+=====
+
+ * Allow killing queries via `CALL mysql.mywatch_kill(id)`. You should have
+ this routine on your database server and grant MyWatch privilege to
+ execute it. Provided a safe example of this function.
+
+ * Minor improvements in UI
+
+
0.1.2
=====
* Use location hash for server name
* Compact server list (`display: inline-block`)
+
0.1.1
=====
@@ -19,7 +30,8 @@
processes SSL options. SSL now works with MariaDB's
libmysqlclient.
- * Fixed parsing of `GRANT` queries (they have `NULL` states).
+ * Fixed parsing of `GRANT` queries (they have `NULL` states)
+
0.1.0
=====