Browse Source

Add changelog

Evan Huus 7 years ago
parent
commit
ea41b0fad3
1 changed files with 11 additions and 0 deletions
  1. 11 0
      CHANGELOG.md

+ 11 - 0
CHANGELOG.md

@@ -0,0 +1,11 @@
+# Changelog
+
+#### Version 1.1.0 (2018-03-26)
+
+ - Improve documentation and fix some typos.
+ - Bump CI to ensure we support newer Golang versions.
+ - Add `IsEmpty()` method on `Semaphore`.
+
+#### Version 1.0.0 (2015-02-13)
+
+Initial release.