Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 2.47 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 of ProjectDirs and BaseDirs 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.3 - 2020-10-21

Fixed

  • Fix compilation bug on wasm

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 directories crate as is.