1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-12-21 03:31:19 +00:00

prepare release v2.0.0

This commit is contained in:
Knut Ahlers 2018-08-02 09:20:09 +02:00
parent 98c74390c0
commit 203799bfb5
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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 # 1.2.0 / 2017-06-19
* Add ParseAndValidate method * Add ParseAndValidate method