-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3b5ab3
commit 9707189
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
## [1.2.0] | ||
## [1.2.1] | ||
### Fixed for any bug fixes | ||
- [#455] Template files were inaccessable when installing from local directory; now works when using `pip -e` | ||
|
||
### Added for new features | ||
### Changed for changes in existing functionality | ||
### Deprecated for soon-to-be removed features | ||
### Removed for now removed features | ||
|
||
## [1.2.0] | ||
### Fixed | ||
- [#389] IOS-XR show interfaces: Fixed matching speed and duplex for bundle-ethernet interfaces | ||
- [#442] IOS-XR show version: Fixed matching `build_host` field that uses both "Build" and "Built" keywords | ||
- [#455][#456] Template files were inaccessable when installing from local directory; now works when using `pip -e` | ||
### Added | ||
- [#470] ASA show version: Add capturing `compiled_date` field |