Skip to content

Commit

Permalink
Document #2195.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 27, 2024
1 parent a30295f commit 47af099
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Removed

### Changed

### Fixed

* Sizes that go out of scope due to use of higher order functions will
Expand All @@ -19,7 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Tracing inside AD operators with the interpreter now prints values
properly.

### Changed
* Compiled and interpreted code now have same treatment of inclusive
ranges with start==end and negative step size, e.g. `1..0...1`
produces `[1]` rather than an invalid range error.

## [0.25.24]

Expand Down

0 comments on commit 47af099

Please sign in to comment.