Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

60 lines (46 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

2.0.0 - 2020-10-22

Breaking changed

  • Behavior of config_dir on macOS is changed. According to Apple guideline, configuration files should be placed in subdirectory of Library/Application Support. The old behavior of config_dir returns Library/Preferences, which is incorrect. As users should use CFPreferences API to get and set preference values for their app instead.

1.0.2 - 2020-10-13

Changed

  • Bump cfg-if version to v1

Fixed

  • Relax pinning cfg-if at 0.1.9. Previously we inherited that from upstream repository when forking. The original author wanted to keep minimum Rust version at 1.13 which we don't anymore.

1.0.0 - 2020-05-17

This is the re-publish of dirs crate as is.