mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-13 03:33:47 +00:00
12 lines
281 B
Markdown
12 lines
281 B
Markdown
# Changelog
|
|
|
|
## 0.0.2
|
|
|
|
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations
|
|
* Now it is possible to create `KSLog` using any iterable
|
|
* Now it is possible to create `KSLog` using vararg log levels
|
|
|
|
## 0.0.1
|
|
|
|
* Project has been inited
|