Update suture for data race bug

This commit is contained in:
Jakob Borg
2015-10-02 07:57:32 +02:00
parent e3dd072022
commit b7e5948b09
5 changed files with 57 additions and 10 deletions
+11
View File
@@ -43,3 +43,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.