summary refs log tree commit diff stats
path: root/changelogs
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `std/sharedlist` and `std/sharedtables` (#19112)konsumlamm2021-11-092-1/+3
* Fix #19052; [backport:1.6.0] (#19053)Timothy Alexander2021-10-261-0/+31
* changelog_1_6_0: mention breaking change in effect tracking (#18995)ee72021-10-151-0/+30
* [backport] add v1.6 changelog (#18932)Miran2021-10-131-0/+927
* use more `.}` (#18542)flywind2021-07-201-1/+1
* followup #17700 put changelog in wrong file (#17729)shirleyquirk2021-04-151-2/+0
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-0/+1
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-0/+4
* cosmetic fixes for the 1.4 changelog [ci skip]narimiran2020-10-161-78/+66
* add bufixes for 1.4 in its changelognarimiran2020-10-161-0/+515
* create a changelog for 1.4.0narimiran2020-10-161-0/+371
* fix #14064 xmltree should allow create text node with raw text(non-es… (#14...Bung2020-04-221-1/+0
* minor fixes in 1.2 changelog [ci skip]narimiran2020-04-131-13/+17
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-2/+2
* create a changelog for v1.2.0narimiran2020-04-022-20/+538
* move entries from the wrong changelog file [ci skip]narimiran2020-01-081-3/+3
* basename supports pragmaexpr (#13045)b3liever2020-01-071-1/+2
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-2/+2
* add changelog for v1.0.2narimiran2019-10-231-0/+56
* Revert "improvements for httpcore (#12228)"narimiran2019-09-231-0/+1
* version 1.0narimiran2019-09-231-0/+137
* note set[T].len alias in future changelog (#11893)Andy Davidoff2019-08-061-1/+1
* update changelogs [ci skip]narimiran2019-07-172-10/+71
* more changelog fixesnarimiran2019-06-061-11/+8
* changelog: fix typos, create a changelog for 0.20narimiran2019-06-051-0/+297
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+1
* fixes #9376: old changelogs should be kept instead of erased (#9428)Timothee Cour2018-10-194-0/+1004
evious revision' href='/ahoang/Nim/blame/compiler/platform.nim?h=devel&id=abe9dfafe84015d275d9fed3cb81c97666daf298'>^
e25474154 ^




2cdfe35e7 ^
5e5e4abfe ^
e25474154 ^





5e5e4abfe ^
142e849b9 ^

e25474154 ^
















f56816def ^
e25474154 ^


















8ce705f68 ^

e25474154 ^
e25474154 ^

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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224