mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Minor documentation updates.
This commit is contained in:
parent
164c2b15a7
commit
5613562e8b
10
ChangeLog
10
ChangeLog
@ -10,7 +10,7 @@
|
||||
|
||||
- Switch to semantic versioning (http://semver.org/): major.minor.micro
|
||||
|
||||
Major = breaks backwards compatibility
|
||||
major = breaks backwards compatibility
|
||||
minor = new features with backwards compatibility
|
||||
micro = bug fixes with backwards compatibility
|
||||
|
||||
@ -81,8 +81,8 @@
|
||||
- Installation scripts now act dependent on current environmental settings.
|
||||
|
||||
If run as root, will do a global install. Installation script also detects
|
||||
which version to install (bash or zsh) dependent on $SHELL. Both of these
|
||||
behaviors can be overrode using --local/--global or --bash/--zsh arguments.
|
||||
which version to install (bash or zsh) dependent on $SHELL. Both of these
|
||||
behaviors can be overrode using --local/--global or --bash/--zsh arguments.
|
||||
|
||||
- Uninstallation script added, will remove both global and local installations
|
||||
but ignores database.
|
||||
@ -93,8 +93,8 @@
|
||||
entries. However users who prefer symlink paths can modify behavior with the
|
||||
above environmental variable.
|
||||
|
||||
- This change log added to better help package maintainers keep track of
|
||||
changes between releases.
|
||||
- This ChangeLog added to better help package maintainers keep track of changes
|
||||
between releases.
|
||||
|
||||
- Miscellaneous bug fixes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user