Updated 2.0 release announcement draft (markdown)

K Lange 2021-08-17 10:13:19 +09:00
parent 75e1ecbbcc
commit 8dae5bb1c5

@ -30,6 +30,7 @@ Generally, source compatibility remains high with previous releases using the in
- Support for 32-bit x86 has been dropped, and there are no plans to backport the new kernel to 32-bit systems.
- The SDF font rasterizing library has been removed; applications should be migrated to the TrueType rasterizer.
- The `/dev/net` virtual filesystem for obtaining sockets has been removed. Applications should be migrated to the traditional BSD sockets API.
- `/proc/netif` is also gone, replaced with a series of ioctl calls. See `apps/ifconfig.c` for an example.
### Changes since 1.14.1