aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-20 22:37:30 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-20 22:37:30 +0000
commit245be2c2e4b0f53af39f3db5ad340bf0a0e98a76 (patch)
tree54583b52f515b6c89da850e1f0ef277d06989141 /CHANGELOG.md
parent14b953e414caf2d52df47cdfffa8cbf3b94ae65d (diff)
CHANGELOG: update for 2.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d7e7272..d3189e8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+# fish 2.3.0 (released May 20, 2016)
+
+There are no significant changes between 2.3.0 and 2.3b2.
+
+## Other notable fixes and improvements
+
+- `abbr` now allows non-letter keys (#2996).
+- Define a few extra colours on first start (#2987).
+- Multiple documentation updates.
+- Added completions for rmmod (#3007).
+- Improved completions for git (#2998).
+
+## Known issues
+
+- Interactive commands started from fish configuration files or from the `-c` option may, under certain circumstances, be started with incorrect terminal modes and fail to behave as expected. A fix is planned but requires further testing (#2619).
+
+---
+
# fish 2.3b2 (released May 5, 2016)
## Significant changes
@@ -12,6 +30,8 @@
- Avoid confusing the terminal line driver with non-printing characters in `fish_title` (#2453).
- Improved completions for busctl, git (#2585, #2879, #2984), and netctl.
+---
+
# fish 2.3b1 (released April 19, 2016)
## Significant Changes
@@ -67,6 +87,8 @@
- PWD shortening in the prompt can now be configured via the `fish_prompt_pwd_dir_length` variable, set to the length per path component (#2473)
- fish no longer requires `/etc/fish/config.fish` to correctly start, and now ships a skeleton file that only contains some documentation (#2799)
+---
+
# fish 2.2.0 (released July 12, 2015)
### Significant changes ###