From 745b598300e01b42898d7b509c17c6ae1cd64b02 Mon Sep 17 00:00:00 2001 From: Marc-Olaf Jaschke Date: Fri, 19 Feb 2016 22:17:12 +0100 Subject: [PATCH] add release notes for 2.1.0 --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c7eff3..6a60a17 100644 --- a/README.md +++ b/README.md @@ -78,18 +78,29 @@ Java 5, 6, 7 Start with `KeyLockManagers` in order to get instances of KLM. + ### Versions -#### Version 2.0.0 + +#### Version 2 + +##### 2.1.0 + +Make number of stripes configurable (Provided by https://github.com/jschmied) + +##### 2.0.0 Use of Java 8 -#### Version 1.1.0 + +#### Version 1 + +##### Version 1.1.0 Simplified exception handling. Execution exceptions inside of callbacks are no longer wrapped. Callbacks now have to wrap checked exceptions in unchecked exceptions. -#### Version 1.0.1 +##### Version 1.0.1 Transition to maven central