From 8bc20e6c44a43ecfbfc5aebff56c91e353e36179 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 3 Nov 2014 23:53:53 +0100 Subject: [PATCH] Fixed ChangeLog section titles --- docs/change_log.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/change_log.md b/docs/change_log.md index 231e98c3..e3d5a225 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -5,13 +5,13 @@ Change Log ----- * **This version introduces breaking changes!** -## Breaking changes +### Breaking changes * The default SSL protocol is now the highest TLS v1.x (was SSL v2.3 before) (Poodle fix) * The `history` command now returns a dict instead of a raw JSON string. -## Features +### Features * Added the `execute` command. * Added `pause` and `unpause` commands.