From 203799bfb50b0ac51b401a9aee4d4b8266e3d506 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 2 Aug 2018 09:20:09 +0200 Subject: [PATCH] prepare release v2.0.0 --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index 5adadd9..d0ed621 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# 2.0.0 / 2018-08-02 + + * Breaking: Ensure an empty default string does not yield a slice with 1 element + Though this is a just a tiny change it does change the default behaviour, so I'm marking this as a breaking change. You should ensure your code is fine with the changes. + # 1.2.0 / 2017-06-19 * Add ParseAndValidate method