You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ ba.total_set
48
48
```
49
49
50
50
## History
51
+
- 1.1 in 2018 (fixed a significant bug)
51
52
- 1.0 in 2017 (updated for modern Ruby, more efficient storage, and 10th birthday)
52
53
- 0.0.1 in 2012 (original v5 released on GitHub)
53
54
- v5 (added support for flags being on by default, instead of off)
@@ -60,6 +61,8 @@ ba.total_set
60
61
61
62
Thanks to Michael Slade for encouraging me to update this library on its 10th birthday and for suggesting finally using String's getbyte and setbyte methods now that we're all on 1.9+ compatible implementations.
62
63
64
+
Further thanks to @tdeo, @JoshuaSP, and @m1lt0n for pull requests.
0 commit comments