From 0c18f1da1ab1ff2e08aa7707b7d83227f2d67512 Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 1 Jun 2016 17:20:11 -0400 Subject: [PATCH] updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c3eb33..3aba74d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 6/01/2016 +* Added -UseDefaultCredentials to both `Import-Html` and `Get-HtmlTable` +* New functions, `Import-USPS` and `Import-UPS` + #### 4/30/2016 Huge thank you to [Willie Möller](https://github.com/W1M0R)