diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-04-01 16:46:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 15:46:47 -0400 |
commit | 95997570681a2d2d451fa96058973b601444d272 (patch) | |
tree | b72857ff247d51e9d4a5a755c76b0dc92dbd8013 /changelog.md | |
parent | bc37668c5a6f1664b34a16af2dee8aa9218b97a4 (diff) | |
download | Nim-95997570681a2d2d451fa96058973b601444d272.tar.gz |
Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section-3 (#13835)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b5eaba7c8..965320cc7 100644 --- a/changelog.md +++ b/changelog.md @@ -123,6 +123,8 @@ echo f retrieving the verified certificate chain of the peer we are connected to through an SSL-wrapped `Socket`/`AsyncSocket`. - Added `distinctBase` overload for values: `assert 12.MyInt.distinctBase == 12` +- Added `browsers.openDefaultBrowser` without URL, implements IETF RFC-6694 Section-3. + ## Library changes |