Skip to content

Commit 9d1bb63

Browse files
committed
Update change log for 1.16.2
1 parent d010915 commit 9d1bb63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ All notable changes to this project will be documented in this file. This projec
1414

1515
Nothing yet.
1616

17+
## [1.16.2] - 2024-06-10
18+
19+
### Fixed
20+
21+
- Fixed two bugs in shebang validation that would result in ModuleNotFoundError when running check-munki-pkgsinfo hook.
22+
23+
### Removed
24+
25+
- Dropped Python 2 string instance validation. No further support will be provided for Python 2.
26+
27+
### Changed
28+
29+
- Added PyUpgrade hook to this repo's own pre-commit linting, in order to ensure modern Python syntax.
30+
- Don't specify `"r"` mode when using `open()`, as this is the default behavior.
31+
1732
## [1.16.1] - 2024-06-08
1833

1934
### Added

0 commit comments

Comments
 (0)