Merge remote-tracking branch 'origin/topic/awelzel/3490-global-ids-type-name-change'

* origin/topic/awelzel/3490-global-ids-type-name-change:
  global_ids: Align script_id$type_name field with type_name()
This commit is contained in:
Arne Welzel 2024-02-26 21:15:25 +01:00
commit e87272f5a7
4 changed files with 18 additions and 7 deletions

4
NEWS
View file

@ -35,6 +35,10 @@ Changed Functionality
would reproduce the same fuid, even if the command itself did not result in
a file transfer over a data connection (e.g., CWD, DEL, PASV, SIZE).
- The type_name field populated by ``global_ids()`` now aligns with the value
returned by ``type_name()`` for each identifier. E.g, ``Site::local_nets``
has a type_name of ``set[subnet]`` rather than ``table``.
Removed Functionality
---------------------