diff options
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ + TXR 248 + 2020-01-20 + + + Features: + + - hashing: + - new hash-key-of function: get all keys that map to the specified value. + + Bugs: + + - compiler regression: incorrect reduction of (and <true-constant>) forms + to t instead of <true-constant>. + + + TXR 247 2020-01-19 |