Skip to content

Commit d2823c6

Browse files
committed
Update stdlib changelog
1 parent 59a644c commit d2823c6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
## Unreleased
44

5-
- `map_dict` module gains `update`, `merge` and `delete` functions.
5+
- The `map_dict` module gains `update`, `merge` and `delete` functions.
6+
- The `bool` module gains a `compare` function.
7+
- The `int` module gains a `compare` function.
8+
- The `list` module gains a `range` function.
69

710
## v0.1.2 - 2019-04-25
811

9-
- `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`,
12+
- The `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`,
1013
`unique`, and `zip` functions.
1114
- `map_dict:Map` renamed to `map_dict:MapDict`.
12-
- `map_dict` module gains `drop`, and `take` functions.
13-
- `str` module gains `append` function and loses `from_int`, `parse_int`,
15+
- The `map_dict` module gains `drop`, and `take` functions.
16+
- The `str` module gains `append` function and loses `from_int`, `parse_int`,
1417
`from_float`, `parse_float`, and `base_from_int`.
1518
- `int` module created with `parse`, `to_string`, and `to_base_string`.
1619
- `float` module created with `ceiling`, `floor`, `round`, `truncate`,

0 commit comments

Comments
 (0)