Skip to content

Commit

Permalink
Updated changelog for release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jul 3, 2016
1 parent 821ee5a commit 6ae4eb7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
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)
Expand Down

0 comments on commit 6ae4eb7

Please sign in to comment.