Keep a Changelog

This commit is contained in:
minexew
2020-11-13 13:07:47 +01:00
parent d18b27643e
commit 085ded14ac
+20
View File
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- functions `inet_ntop`, `inet_pton`
- function `sendall`
### Changed
- `send` will no longer block until all data has been sent. The new behavior is consistend with blocking Berkeley sockets (the new function `sendall` can be used to get the previous behavior)
### Removed
- functions `inet_aton`, `inet_ntoa`
### Fixed
- TCP server mode is now usable (`close` doesn't abruptly terminate the connection)
[Unreleased]: https://github.com/Shrine/compare/9317cf4f645a0072d5fa3f9abc466964d8baad4c...v5