1
1
# Changelog
2
-
3
2
All notable changes to this project will be documented in this file.
4
3
5
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this
4
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this
6
5
project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
6
8
7
## [ Unreleased]
@@ -13,22 +12,22 @@ project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
13
12
14
13
### Changed
15
14
16
- - ` ui-sys ` is now built with Bindgen. This means it can track libui more closely.
17
- - README.md now links to libui, and is more explanatory
18
- - ` LayoutGrid::insert_at ` no longer takes ` left ` and ` height ` arguments
19
- - Many APIs which took ` u64 ` or ` i64 ` arguments now take ` i32 ` for wider compatibility
15
+ * ` ui-sys ` is now built with Bindgen. This means it can track libui more closely.
16
+ * README.md now links to libui, and is more explanatory
17
+ * ` LayoutGrid::insert_at ` no longer takes ` left ` and ` height ` arguments
18
+ * Many APIs which took ` u64 ` or ` i64 ` arguments now take ` i32 ` for wider compatibility
20
19
21
20
### Deprecated
22
21
23
22
No deprecations.
24
23
25
24
### Removed
26
25
27
- - ` Transform ` no longer implements ` PartialEq ` as the existing implementation was broken.
26
+ * ` Transform ` no longer implements ` PartialEq ` as the existing implementation was broken.
28
27
29
28
### Fixed
30
29
31
- - ` VerticalBox ` and ` HorizontalBox ` no longer link to the removed ` BoxExt ` trait.
30
+ * ` VerticalBox ` and ` HorizontalBox ` no longer link to the removed ` BoxExt ` trait.
32
31
33
32
### Security
34
33
@@ -43,7 +42,7 @@ No security changes.
43
42
- ` Checkbox ` control for Boolean input
44
43
- ` Combobox ` control for selecting from one of a fixed set of options
45
44
- ` LayoutGrid ` control for grid-based 2D layouts
46
- - ` ui-sys ` can now be built without either pulling or building ` libui ` , controlled by Cargo features
45
+ - ` ui-sys ` can now be built without either pulling or building ` libui ` , controlled by Cargo features
47
46
- Building on MSVC now works
48
47
49
48
### Changed
@@ -67,3 +66,4 @@ No deprecations.
67
66
### Security
68
67
69
68
No security changes.
69
+
0 commit comments