summaryrefslogtreecommitdiffstats
path: root/docs/migrating-to-0.45.0/README.md
AgeCommit message (Collapse)Author
2020-10-12docs: Update defaults in config docs (#1759)Thomas O'Donnell
Have updated some of the config docs to correct the git_status default that was incorrect. Have also taken the time to switch some of the format strings to use toml literal strings rather than normal strings to simplify the escape strings.
2020-10-08docs: fix wrong syntax in the format string and standardize doc tense (#1758)Mick Hohmann
2020-10-01docs: clarify missing info in 0.45.0 migration doc (#1714)Jeff Byrnes
2020-09-30docs(directory): fix $read_only variable namesMatan Kushner
Fixes #1706
2020-09-29chore: update v0.45.0 removal notice (#1687)Matan Kushner
* chore: update deprecation notice * Add deprecation page to sidebar * Replace the use of "deprected" with "removed"
2020-09-26docs(git_status): Update git_status module docs (#1667)Thomas O'Donnell
* docs: Update git_status module docs Have updated the configuration docs for the `git_status` to remove a non-existing option and to add an example for how to achieve the same effect as with the new format strings. * Add git_status changes to migration guide Have added the change to the sync count to the migration guide. I also corrected a few typos in the configuration.
2020-09-22docs: add a migration guide for the format string changes (#1624)Matan Kushner
* Start writing migration guide * Add prefix/suffix migration to guide * Update docs/migrating-to-0.45.0/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> * Update docs/migrating-to-0.45.0/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> * Add missing quote * Detail the modules affected by the change * Document character and time migration Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>