Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jan 7, 2024
1 parent f6ef2dc commit 9c2b5f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion changelog/2283.added.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Added `errno::set_errno` function
- Added `errno::Errno::set` function
- Added `errno::Errno::set_raw` function
- Added `errno::Errno::last_raw` function
- Added `errno::Errno::from_raw` function
3 changes: 3 additions & 0 deletions changelog/2283.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Deprecated `errno::errno()` function (use `Errno::last_raw()`)
- Deprecated `errno::from_i32()` function (use `Errno::from_raw()`)
- Deprecated `errno::Errno::from_i32()` function (use `Errno::from_raw()`)

0 comments on commit 9c2b5f2

Please sign in to comment.