summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 80f3c8e72..cf7c18a8b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -43,6 +43,8 @@
 
 - Added high-level `asyncnet.sendTo` and `asyncnet.recvFrom`. UDP functionality.
 
+- `dollars.$` now works for unsigned ints with `nim js`
+
 ## Language changes
 - In newruntime it is now allowed to assign discriminator field without restrictions as long as case object doesn't have custom destructor. Discriminator value doesn't have to be a constant either. If you have custom destructor for case object and you do want to freely assign discriminator fields, it is recommended to refactor object into 2 objects like this:
   ```nim
1-28 17:13:04 +0100 Cosmetic compiler cleanup (#12718)' href='/ahoang/Nim/commit/compiler/prefixmatches.nim?h=devel&id=7e747d11c66405f08cc7c69e5afc18348663275e'>7e747d11c ^
9ed322323 ^
7e747d11c ^
9ed322323 ^

7e747d11c ^
9ed322323 ^














669a56449 ^
9ed322323 ^

669a56449 ^
9ed322323 ^


3fafd546d ^



9ed322323 ^
































3fafd546d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89