Update suture for data race bug

This commit is contained in:
Jakob Borg
2015-09-21 15:48:37 +02:00
parent 6e3b3dc4e7
commit 3b81d4b8a5
5 changed files with 59 additions and 10 deletions

View File

@@ -37,3 +37,14 @@ easily fit into the OTP paradigm. It ought to someday be considered a good
idea to distribute libraries that provide some sort of supervisor tree
functionality out of the box. It is possible to provide this functionality
without explicitly depending on the Suture library.
Changelog
---------
suture uses semantic versioning.
1. 1.0.0
* Initial release.
2. 1.0.1
* Fixed data race on the .state variable.