Skip to content

Commit 04bcaa5

Browse files
Update CHANGELOG for version 0.6.0
1 parent 57d8fd8 commit 04bcaa5

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

docs/CHANGELOG.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@
2828

2929
---
3030

31+
## 0.6.0
32+
33+
### Backwards-incompatible features
34+
35+
Convert `INT` and `FLT` from binary types to support multiple bases.
36+
37+
### Backwards-compatible features
38+
39+
Add operator `CONVERT`.
40+
41+
Add operator `BASE`.
42+
43+
### Patches
44+
45+
N/A
46+
47+
---
48+
3149
## 0.5.0
3250

3351
### Backwards-incompatible features
@@ -40,7 +58,7 @@
4058

4159
Add `SELF`.
4260

43-
### Bugfixes
61+
### Patches
4462

4563
Convert `MAP` to use a hash table for performance.
4664

@@ -56,7 +74,7 @@
5674

5775
N/A
5876

59-
### Bugfixes
77+
### Patches
6078

6179
Fix contradiction in specification regarding `FOR`.
6280

@@ -78,7 +96,7 @@
7896

7997
Add `-private` mode.
8098

81-
### Bugfixes
99+
### Patches
82100

83101
N/A
84102

@@ -94,7 +112,7 @@
94112

95113
N/A
96114

97-
### Bugfixes
115+
### Patches
98116

99117
Fix `FUNC` handling in `SIGNATURE`.
100118

@@ -112,7 +130,7 @@
112130

113131
Add `FLT` NaN.
114132

115-
### Bugfixes
133+
### Patches
116134

117135
N/A
118136

0 commit comments

Comments
 (0)