don't go around allocating empty strings willy-nilly

This commit is contained in:
Nick Elser
2015-05-07 00:16:28 -07:00
parent 323caaee9b
commit a23282dcc6
6 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.1
- Slight memory leak fix.
## 0.3.0
- Dramatically simplify the interface by forcing clients to specify the key & resources at lock initialization instead of every method call.