1.1 KiB
1.1 KiB
UPDATING
Updating is try to document non-backward compatible updates which notice users the detail changes about pydolphinscheduler. It started after version 2.0.5 released
dev
- Change
yaml_parser.pymethodto_stringto magic method__str__make it more pythonic. - Use package
ruamel.yamlreplacepyyamlfor write yaml file with comment.