From e9cc40f06d7865d78b7a883392d8bd24fb8ae682 Mon Sep 17 00:00:00 2001
From: Drew Devereux <drew.devereux@csiro.au>
Date: Wed, 23 Sep 2020 14:56:37 +0800
Subject: [PATCH] [MCCS-163] bump minor version instead of patch level

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 266bf730..95a0c07f 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
 - Separate adminMode state machine from opState state machine
 - Add support for STANDBY opState
 - Add Standby() and Disable() commands to SKABaseDevice
+- Breaking behavioural changes to adminMode and opState state machines
+- Breaking change to `_straight_to_state` method signature
 
 #### 0.6.6
 - Documentation bugfix
@@ -41,7 +43,7 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
 - Refactor state machine to use pytransitions library.
 - Minor behavioural change: Off() command is accepted in every obsState, rather
 than only EMPTY obsState.
-- support `straight_to_state` shortcuts to simplify test setups
+- support `_straight_to_state` shortcuts to simplify test setups
 - Refactor of state machine testing to make it more portable
 
 #### 0.6.3
-- 
GitLab