Skip to content

Commit

Permalink
changelog catch up
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 26, 2022
1 parent db47819 commit 9642231
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

## 2022.07.30

- Added MANIFEST.in to make sure requirements files are in source distribution see #216
- Move weekly build to develop branch so weekly build doesn't fail for "stale" main branch reasons
- `textfsm_parse` now supports passing in a file *or* URL to load as the template file -- thank you to @haccht for
this one -- see #215
- Fixed some mypy/typing challenges around the scrapli "factory" context manager -- thank you to @erwinkinn for
working on this
- With lots of help from @netixx tracked down some silliness with timeout decorators not behaving how they should --
check out #233 for details on this
- Overhauled the functional testing to align more closely with scrapligo and to remove all the old unnecessary
dockerfile bits, replacing that completely with containerlab


## 2022.01.30.post1

- Remove newline anchor in in-channel auth password pattern. Felt like a good/smart idea but Cisco in their infinite
Expand Down

0 comments on commit 9642231

Please sign in to comment.