Skip to content

Commit c074d34

Browse files
committed
Fill-in CHANGELOG for 1.8.0
1 parent 7795b24 commit c074d34

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v1.8.0 - 2024-03-28
4+
5+
### Added
6+
7+
- [`value.reduce`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#reduce) to efficiently fold over a value and its elements.
8+
9+
- [`value.from_asset_list`](https://aiken-lang.github.io/stdlib/aiken/transaction/value.html#from_asset_list) to turn an asset list into a Value while enforcing invariants expected of `Value`.
10+
11+
- [`math.is_sqrt`](https://aiken-lang.github.io/stdlib/aiken/math.html#is_sqrt) as a more efficient alternative to `sqrt`.
12+
13+
### Changed
14+
15+
- Disclaimers in documentation to [`bytearray.to_string`](https://aiken-lang.github.io/stdlib/aiken/bytearray.html#to_string) and [`string.from_bytearray`](https://aiken-lang.github.io/stdlib/aiken/string.html#from_bytearray) regarding UTF-8 encoding.
16+
17+
### Removed
18+
19+
N/A
20+
321
## v1.7.0 - 2023-11-07
422

523
### Added

aiken.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "aiken-lang/stdlib"
2-
version = "1.7.0"
2+
version = "1.8.0"
33
licences = ["Apache-2.0"]
44
description = "The Aiken Standard Library"
55

0 commit comments

Comments
 (0)