Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 011e564

Browse files
committed
[docs] update changelog.
1 parent d912222 commit 011e564

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
All changes to the crate will be documented here.
44

5-
## 0.1.0
5+
## v0.2.0
6+
7+
### Changes
8+
9+
- Changed `get_cols` and `set_cols` to require/return a `cty::c_int` instead
10+
of a `i32`.
11+
12+
### Additions
13+
14+
- Added getters and setters for all the remaining fields.
15+
The bindings can now be considered "feature complete".
16+
17+
## v0.1.0
618

719
Initial Release
820

9-
* Wraps the original widget in a rust-y way.
10-
* Supports getters and setters for most of the fields.
21+
- Wraps the original widget in a rust-y way.
22+
- Supports getters and setters for most of the fields.

0 commit comments

Comments
 (0)