From 35c69808f5bb8e821fd43e95badacf27736c0004 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 24 Oct 2015 10:28:48 +0200 Subject: [PATCH] fixes changelong in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae57e03..bf4d52f 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,9 @@ busted * Removed global variable which was declared by mistake * Changed spec tool from telescope to busted * Changed README format from textile to markdown + ## v.1.2.0: -* Fix error: builds were being used for comparison, but according with semver 2.0.0 they should be ignored (so v'1.0.0-build1' is equal to v'1.0.0-build2') +* Fix error: builds were being used for comparison, but according with semver 2.0.0 they should be ignored (so v'1.0.0+build1' is equal to v'1.0.0+build2') * Fix several errors and inconsistencies in the way the comparisons where implemented. * Added a lot more tests to cover more edge cases when comparing versions