diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 768ecfe..a8b1a0b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,8 @@ Changes in libobsd master: - Add closefrom() - Include io.h in unistd.h on Windows to expose io.h's POSIX functions - Add C++ support -- add timespeccmp(), timespecsub(), and other timeval/timespec macros from +- Add timespeccmp(), timespecsub(), and other timeval/timespec macros from sys/time.h +- Delete old /dev/urandom backend for arc4random now that HaikuOS doesn't need + it anymore diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f6c4f12..02a0977 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,5 +1,5 @@