Update CHANGELOG.md
							parent
							
								
									f73500f2fe
								
							
						
					
					
						commit
						83c7a33d6c
					
				|  | @ -12,6 +12,9 @@ | ||||||
| - Support `[manualfree] fn f1(){}` and `[manualfree] module m1`, for functions doing their own memory management. | - Support `[manualfree] fn f1(){}` and `[manualfree] module m1`, for functions doing their own memory management. | ||||||
| - Allow usage of `<` and `>` operators for struct in `.sort` method for arrays, i.e. `arr.sort(a < b)`. | - Allow usage of `<` and `>` operators for struct in `.sort` method for arrays, i.e. `arr.sort(a < b)`. | ||||||
| - Auto generate assignment operators like `+=`, `-=`, `*=`, `/=` and `%=` if the operators are defined. | - Auto generate assignment operators like `+=`, `-=`, `*=`, `/=` and `%=` if the operators are defined. | ||||||
|  | - Colorize and improve failing tests output. | ||||||
|  | - Fix `go` with a generic function: `go test<string>(c, 'abcd')`. | ||||||
|  | - Add comptime `x := $embed_file('v.png') println(x.len) println(ptr_str(x.data()))`. | ||||||
| 
 | 
 | ||||||
| ## V 0.2.1 | ## V 0.2.1 | ||||||
| *30 Dec 2020* | *30 Dec 2020* | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue