Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 957 Bytes

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 957 Bytes

Change log

This log follows the conventions of keepachangelog.com. It picks up from version 2.0.0.

Nothing yet.

Version 2.1.1 – 2023-07-24

Fixed

  • Replaced the sort_dicts keyword to pyaml, which has been deprecated upstream, with sort_keys.

Version 2.1.0 – 2021-08-15

Changed

  • Implemented dump, previously a placeholder. It’s still basically pyaml.dump but now disables sort_dicts so that map_fn etc. can more easily be meaningful with modern Python that doesn’t use OrderedDict.

Added

  • New keyword arguments to transform: loader and dumper. This was done so that behaviour can be customized for multi-document files.