summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-25 13:47:03 -0700
committerGitHub <noreply@github.com>2020-03-25 21:47:03 +0100
commit98753da33188e3eef2362c4ed3c2bea166b8f10b (patch)
tree4101b2de85a08414566fdde9dd76f9e569bf2331 /changelog.md
parent764a81ca253b78d0faa75a24dffc8d111362974f (diff)
downloadNim-98753da33188e3eef2362c4ed3c2bea166b8f10b.tar.gz
distinctBase overload for values (#13746)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
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