···11+# 3.0.0
22+- Integrate with the erlang logger. All logs that go through the erlang logger will now also get formatted.
33+- Added `file` sink for the erlang target.
44+- Added `new_file`, `file_compress`, `file_keep` and `file_size_b` to configure the file sink.
55+- Added `with_console`, `add_file` and `add_custom` to configure sinks.
66+- Dropped `gleam_time`, `gleam_json` and `gleam_erlang` dependencies
77+- Replaced `persistent_term` uses on erlang with `ets`.
88+99+# Breaking changes
1010+- Removed `default_config` in favor of `new`.
1111+- Removed `empty_config` in favor of `new`.
1212+- Removed `with_sink` in favor of `with_console`, `add_custom` and `add_file`.
1313+- Renamed `set_config` to `configure`.
1414+1515+---
1616+117# 2.0.0
218- Add support for javascript
33-- Drop dependency on `logging`
1919+- Dropped `logging` dependency
420521# Breaking changes
622- `logging.Level` was replaced with `witness.Level`