Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imaman committed Apr 25, 2024
1 parent f09e12a commit 2f9005e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/septima-lang/change-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### #153
### PR/153

- allow semicolons before the expression: `;;; 4.8`
- allow shorthand notation attributes in an object: `let n = 42; { n }`

### PR/163

- retire `sink` - it was too confusing + there are some things that undefined (in JS) can do but sink could not

0 comments on commit 2f9005e

Please sign in to comment.