🔖 prepare 0.5.2 release notes

This commit is contained in:
Nanaloveyuki
2026-06-07 20:34:25 +08:00
parent c0fe7999c4
commit a3d0a695de
7 changed files with 140 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub fn[S] LibraryAsyncLogger::new(
config~ : AsyncLoggerConfig = AsyncLoggerConfig::new(),
min_level~ : @bitlogger.Level = @bitlogger.Level::Info,
target~ : String = "",
flush~ : (S) -> Int = fn(_) { 0 },
flush~ : (S) -> Int raise = fn(_) { 0 },
) -> LibraryAsyncLogger[S] {
library_async_logger(
async_logger(