projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87997b
)
document Imager::IO::new_buffer() changes
author
Tony Cook
<tony@develop-help.com>
Sat, 29 Mar 2014 02:01:26 +0000
(13:01 +1100)
committer
Tony Cook
<tony@develop-help.com>
Sat, 29 Mar 2014 02:01:26 +0000
(13:01 +1100)
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index 3dd442f6f3bccd9c0586590c90ff303d21b9eb72..1d771fe428d2120f5f9da1bcf25480cc705d4fea 100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,13
@@
Imager release history. Older releases can be found in Changes.old
+ - Imager::IO->new_buffer() (and hence Imager->read()'s data
+ parameter) now accepts a reference to a scalar as well as just a
+ plain scalar.
+
+ - Imager::IO->new_buffer() now always makes a copy of the passed in
+ buffer to avoid problems with temporary objects used for the return
+ value of SvPVbyte().
+
Imager 0.98 - 3 Jan 2014
===========