Skip to content

Commit

Permalink
update HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 18, 2024
1 parent 8295f59 commit b676da9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ Version 6.0.0 introduces some changes which affect backward compatibility:
- 2407_: `Process.connections()`_ was renamed to `Process.net_connections()`_.
The old name is still available, but it's deprecated (triggers a
``DeprecationWarning``) and will be removed in the future. This also means
that `Process.as_dict()`_ will 1) return a dictionary with a different key
name ( "net_connections" instead of "connections") 2) it will no longer
accept ``as_dict(attrs=["connections"])`` as an argument.
that `Process.as_dict()`_ will:
1) return a dictionary with a different key name ("net_connections" instead
of "connections")
2) it will no longer accept ``as_dict(attrs=["connections"])`` as an argument.
- 2409_: removed `Process.memory_info_ex()`, which was deprecated 8 years ago.
You are supposed to use `Process.memory_info()`_ instead.

Expand Down

0 comments on commit b676da9

Please sign in to comment.