You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: doc don't show when otp 27
* feat: support show ets size and go to specific pid
* chore: bump to 1.8.0
* chore: remove eqwalizer_rebar3 deps
* chore: add dialyzer for ci
- Show process's label if it's set with [proc_lib:set_label(Label)](https://www.erlang.org/doc/apps/stdlib/proc_lib.html#set_label/1)
261
+
- Show The number of bytes in the output distribution queue on System View. This queue sits between the Erlang code and the port driver, using undocumented function`erlang:dist_get_stat/1`.
262
+
- Fix Doc View not show when otp version = 27
263
+
259
264
- 1.7.5
260
265
- Fix crash when mnesia table with external copies.
261
266
Which `mnesia:table_info(TabName, storage_type)` returns tuple `{ext, _, _}`
0 commit comments