This commit is contained in:
Sean McArthur
2020-07-13 16:37:10 -07:00
parent d3b9f1e36a
commit e3a358d696
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# 0.2.6 (July 13, 2020)
* Integrate `tracing` directly where `log` was used. (For 0.2.x, `log`s are still emitted by default.)
# 0.2.5 (May 6, 2020)
* Fix rare debug assert failure in store shutdown.