Compare commits

...

3 Commits

Author SHA1 Message Date
Radosław Rowicki
d14a0025f2
Merge branch 'master' into radrow-patch-2 2019-09-02 12:09:53 +02:00
Radosław Rowicki
fe0c22851f
Update CHANGELOG.md 2019-09-02 12:08:01 +02:00
Radosław Rowicki
1fbfe418c7
Update CHANGELOG.md 2019-08-22 14:23:15 +02:00

View File

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- Standard library support. `ListInternal` can be included implicitly if list comprehensions are used.
- Added the `[a..b]` language construct, returning the list of numbers between - Added the `[a..b]` language construct, returning the list of numbers between
`a` and `b` (inclusive). Returns the empty list if `a` > `b`. `a` and `b` (inclusive). Returns the empty list if `a` > `b`.
### Changed ### Changed