forked from waveform80/picamera
-
Notifications
You must be signed in to change notification settings - Fork 0
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
821ee5a
commit 6ae4eb7
Showing
1 changed file
with
11 additions
and
0 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,3 +1,14 @@ | ||
picamera (1.12) stable; urgency=low | ||
|
||
* Fixed issue with unencoded captures in Python 3 (#297) | ||
* Fixed several Python 3 bytes/unicode issues that were related to #297 (I'd | ||
erroneously run the picamera test suite twice against Python 2 instead of | ||
2 and 3 when releasing 1.11, which is how these snuck in) | ||
* Fixed multi-dimensional arrays for overlays under Python 3 | ||
* Finished alternate CIE constructors for the Color class | ||
|
||
-- Dave Jones <[email protected]> Mon, 04 Jul 2016 00:02:48 +0100 | ||
|
||
picamera (1.11) stable; urgency=low | ||
|
||
* Direct capture to buffer-protocol objects, such as numpy arrays (#241) | ||
|