diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-03-25 13:47:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 21:47:03 +0100 |
commit | 98753da33188e3eef2362c4ed3c2bea166b8f10b (patch) | |
tree | 4101b2de85a08414566fdde9dd76f9e569bf2331 /changelog.md | |
parent | 764a81ca253b78d0faa75a24dffc8d111362974f (diff) | |
download | Nim-98753da33188e3eef2362c4ed3c2bea166b8f10b.tar.gz |
distinctBase overload for values (#13746)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index daed6c02b..a452965b2 100644 --- a/changelog.md +++ b/changelog.md @@ -122,7 +122,7 @@ echo f - Added `net.getPeerCertificates` and `asyncnet.getPeerCertificates` for 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` ## Library changes |