Skip to content

Commit b9b4fa2

Browse files
authored
Update CHANGELOG.md
1 parent c851a63 commit b9b4fa2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.0] - 2021-12-12
8+
### Added
9+
- Python 3.10 support.
10+
11+
### Removed
12+
- Drop Python 3.6 support.
13+
14+
### Fixed
15+
- Linux: Close opened devices if `device` is not given (#59)
16+
717
## [0.8.0] - 2021-04-19
818
### Added
919
- Windows: [Unity Capture](https://github.com/schellingb/UnityCapture) virtual camera with RGBA support (#56).
@@ -96,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96106
- Support for [OBS-VirtualCam](https://github.com/CatxFish/obs-virtual-cam).
97107

98108

109+
[0.9.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.8.0...v0.9.0
99110
[0.8.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.7.0...v0.8.0
100111
[0.7.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.6.0...v0.7.0
101112
[0.6.0]: https://github.com/letmaik/pyvirtualcam/compare/v0.5.0...v0.6.0

0 commit comments

Comments
 (0)