commit | 3ec2e4a464df942c14b369acf5f7913d8ff94ad1 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Thu Jun 25 11:53:33 2020 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Jun 25 13:28:51 2020 +0100 |
tree | bfbe5546d178fe882633b6c3ffb984fc2c2b6e2e | |
parent | 8a43bd1d20b438344ea0448847989483087c5fcb [diff] |
Add ChangeLog entry for #3239: win2k net support Signed-off-by: Janos Follath <janos.follath@arm.com>
diff --git a/ChangeLog.d/add_win2k_net_socket.txt b/ChangeLog.d/add_win2k_net_socket.txt new file mode 100644 index 0000000..9842c5d --- /dev/null +++ b/ChangeLog.d/add_win2k_net_socket.txt
@@ -0,0 +1,2 @@ +Features + * Add support for Windows 2000 in net_sockets. Contributed by opatomic. #3239