1
0
mirror of https://github.com/bshoshany/thread-pool.git synced 2026-07-21 19:13:00 +04:00

Updated to v1.9

This commit is contained in:
Barak Shoshany
2021-07-29 21:22:49 -04:00
committed by GitHub
parent 291ad92175
commit f7284c56db
2 changed files with 7 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
## Version history
* v1.9 (2021-07-29)
* Fixed a bug in `reset()` which caused it to create the wrong number of threads.
* v1.8 (2021-07-28)
* The version history has become too long to be included in `README.md`, so I moved it to a separate file, `CHANGELOG.md`.
* A button to open this repository directly in Visual Studio Code has been added to the badges in `README.md`.