Fix a typo in the changes for the last version.

This commit is contained in:
Emilio Cobos Álvarez 2020-10-07 15:56:32 +02:00
parent 83b3be9f88
commit e03830134b
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A

View File

@ -2,7 +2,7 @@
* Allow customizing mangling of generic parameters in C (#575)
* Box<T> simplifies to T* in C (4ce324c)
* ManuallyDrop<T> and MaubeUninit<T> simplify to T in C, and are opaque in C++ (0076a17)
* ManuallyDrop<T> and MaybeUninit<T> simplify to T in C, and are opaque in C++ (0076a17)
* C++ supports a derive-ostream annotation to derive serialization of structs, unions and enums (#582)
* Large character constants have been fixed on Windows (#586)
* Constants are now generated for typedefs, etc (#589)