Add compound expression fix to changes file
This commit is contained in:
parent
f89b8836dd
commit
d3ac729f78
1 changed files with 11 additions and 0 deletions
|
|
@ -5,6 +5,17 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 3.0.11 (in progress)
|
||||
============================
|
||||
|
||||
2016-10-23: jiulongw
|
||||
Patch #781 - Fix wrapping of C compound expressions containing char constants
|
||||
in quotes such as:
|
||||
|
||||
#define H_SUPPRESS_SCALING_MAGIC (('s'<<24) | ('u'<<16) | ('p'<<8) | 'p')
|
||||
|
||||
enum DifferentTypes {
|
||||
typecharcompound='A'+1,
|
||||
typecharcompound2='B' << 2
|
||||
};
|
||||
|
||||
2016-10-13: wsfulton
|
||||
[Python] Issue #808 - fix Python pickling and metaclass for builtin wrappers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue