Skip to content

Commit e52667e

Browse files
committed
CHANGELOG.md
1 parent 5f9db70 commit e52667e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212
- Change 266 files from CRLF to LF.
13+
- Replace `#define yield() _NOP()` with `inline void yield() { _NOP(); }` so that other code can define a `yield()` function.
1314

1415
### Deprecated
1516

0 commit comments

Comments
 (0)