Skip to content

Commit

Permalink
changelog: Write arg0 entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Oct 19, 2016
1 parent f5c44ed commit d464d38
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ up to 0020f592c108
# Changes in version 0.5.0


## TBW:

- `arg0` style, inheritance, forward compatibility
(12b879caf7a6, da91264122cb, b4537a972eed, bccc3dc26943)


## Performance improvements:

We thank Sebastian Gniazdowski and "m0viefreak" for significant contributions
Expand Down Expand Up @@ -77,6 +71,10 @@ in this area.
- Non-alphabetic parameters inside double quotes (`"$$"`, `"$#"`, `"$*"`, `"$@"`, `"$?"`, `"$-"`).
(4afe670f7a1b, 44ef6e38e5a7)

- Command words from future versions of zsh (forward compatibly).
This also adds an `arg0` style that all other command word styles fall back to.
(b4537a972eed, bccc3dc26943)


## Fixed highlighting of:

Expand Down

0 comments on commit d464d38

Please sign in to comment.