Skip to content

Commit d743456

Browse files
committed
Fix changelog
1 parent 45a6622 commit d743456

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- start: remove temporary files
10+
11+
### Fixes
12+
- clone: fix a typo refactoring the grep that remove network parameters (#90)
13+
- mount-in: fix mountpoint validation when pot is stopped and -v is passed (#93)
14+
- clone: hooks have been ignored by clone (#94)
15+
- info: fix withespace quoting with -E flag (#95)
16+
- prepare: fix -i command to allow multiple IP addresses (#97)
17+
- ifconfig: force IFCONFIG_FORMAT to avoid conflicting user setting (#99)
818

919
## [0.11.2] 2020-05-01
1020
### Added
1121
- prepare: the -S option is now used to specify the network stack
1222

1323
### Changed
1424
- prepare: the -S flag to start the imported pot changed in -s
15-
- start: remove temporary files
1625

1726
### Fixed
1827
- fbsd-update: don't assume there is a tty (#86)
1928
- clone: duplicate the entry pot.stack (#88)
20-
- clone: fix a typo refactoring the grep that remove network parameters (#90)
21-
- mount-in: fix mountpoint validation when pot is stopped and -v is passed (#93)
22-
- clone: hooks have been ignored by clone (#94)
23-
- info: fix withespace quoting with -E flag (#95)
24-
- prepare: fix -i command to allow multiple IP addresses (#97)
25-
- ifconfig: force IFCONFIG_FORMAT to avoid conflicting user setting (#99)
2629

2730
## [0.11.1] 2020-04-19
2831
### Fixed

0 commit comments

Comments
 (0)