Skip to content

Commit

Permalink
Move changes to latest version in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
klane committed Mar 23, 2020
1 parent 5ca4d14 commit 62fde34
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

## 0.7.9-dev

Features

* Add support for using the latest installed version with `asdf global` and `asdf local`

```shell
asdf global python latest
asdf local python latest
asdf local python latest:3.7 # sets local Python version to latest installed version of Python 3.7
```

* Add support for filtering installed versions with `asdf list`

```shell
asdf list python 3.7 # lists installed versions of Python 3.7
```

## 0.7.8

Features
Expand Down Expand Up @@ -51,22 +67,6 @@ Fixed Bugs
* Ignore shim directory for executable lookups (#623)
* Fix issue with preset version warning assuming that the shim name and plugin name are the same (#622)

Features

* Add support for using the latest installed version with `asdf global` and `asdf local`

```shell
asdf global python latest
asdf local python latest
asdf local python latest:3.7 # sets local Python version to latest installed version of Python 3.7
```

* Add support for filtering installed versions with `asdf list`

```shell
asdf list python 3.7 # lists installed versions of Python 3.7
```

## 0.7.6

Features
Expand Down

0 comments on commit 62fde34

Please sign in to comment.