Skip to content

Commit

Permalink
Add a release note for the preprocessor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 18, 2024
1 parent ea57b25 commit da72f68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ New Features

Configuration:
-------------
- Dropped support for the traditional MSVC preprocessor

Visual Studio has recently started using a standards-compliant
preprocessor (In VS2019+) and this is the default in C11.

https://learn.microsoft.com/en-us/cpp/preprocessor/preprocessor-experimental-overview?view=msvc-170

Because of this, we've dropped support for the traditional
MSVC preprocessor.

- The standard for building the library is now C11

We have updated the build files to set the C standard to C11, though
Expand Down

0 comments on commit da72f68

Please sign in to comment.