From bbeb8e1beb39109d4f1b67df929adb2983e3b077 Mon Sep 17 00:00:00 2001 From: Kyan Date: Sat, 5 Mar 2022 13:52:25 +0800 Subject: [PATCH] Update UPDATES.md --- UPDATES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATES.md b/UPDATES.md index ff5ac54..46391e2 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -1,6 +1,6 @@ # UPDATES * 4.0.0: - * Feature: Now TimeToLiveExpired, DestinationUnreachable and DestinationHostUnreachable have `ip_header` and `icmp_header` attached. ( #48 ) + * Feature: Now errors `TimeToLiveExpired`, `DestinationUnreachable` and `DestinationHostUnreachable` have `ip_header` and `icmp_header` attached. ( #48 ) * 3.0.1: * Bug Fix: `verbose_ping` prints proper message on error. * 3.0.0: