Skip to content

Commit

Permalink
refactor(CHANGELOG): Fixed pre-commit-config merge issue and CHANGELO…
Browse files Browse the repository at this point in the history
…G corrected
  • Loading branch information
RoaCode committed Oct 24, 2024
1 parent d8daac1 commit 577b396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,15 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/python-jsonschema/check-jsonschema
<<<<<<< HEAD
rev: aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0 # frozen: 0.29.3
=======
rev: 5c70e3d884fdbe99af42f2714a444e39f321498d # frozen: 0.29.2
>>>>>>> 409230f (feat(mso2kb.py): added support for mso2024b oscilloscope)
hooks:
- id: check-readthedocs
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
args: [--verbose]
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
<<<<<<< HEAD
rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
=======
rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15
>>>>>>> 409230f (feat(mso2kb.py): added support for mso2024b oscilloscope)
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ Things to be included in the next release go here.

### Fixed

- fix: TekScope2K active channel query needs VERBOSE and HEADER options enabled to function properly
- fix: TekScope2K active channel query needs HEADER options enabled to function properly

### Added

- `collectgarbage()` is now called during cleanup of `TSPDevice` children.
- Added USB Support for AFG31K and MDO3 models.

---

Expand Down

0 comments on commit 577b396

Please sign in to comment.