Skip to content

Commit 17dbc9c

Browse files
coolreader18NoraCodes
authored andcommitted
Add to changelog
1 parent 563f6c6 commit 17dbc9c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this
56
project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

910
### Added
1011

11-
No additional API surface.
12+
- `ProgressBar` control for tracking the completion of a task
1213

1314
### Changed
1415

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
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
1920

2021
### Deprecated
2122

2223
No deprecations.
2324

2425
### Removed
2526

26-
* `Transform` no longer implements `PartialEq` as the existing implementation was broken.
27+
- `Transform` no longer implements `PartialEq` as the existing implementation was broken.
2728

2829
### Fixed
2930

30-
* `VerticalBox` and `HorizontalBox` no longer link to the removed `BoxExt` trait.
31+
- `VerticalBox` and `HorizontalBox` no longer link to the removed `BoxExt` trait.
3132

3233
### Security
3334

@@ -42,7 +43,7 @@ No security changes.
4243
- `Checkbox` control for Boolean input
4344
- `Combobox` control for selecting from one of a fixed set of options
4445
- `LayoutGrid` control for grid-based 2D layouts
45-
- `ui-sys` can now be built without either pulling or building `libui`, controlled by Cargo features
46+
- `ui-sys` can now be built without either pulling or building `libui`, controlled by Cargo features
4647
- Building on MSVC now works
4748

4849
### Changed
@@ -66,4 +67,3 @@ No deprecations.
6667
### Security
6768

6869
No security changes.
69-

0 commit comments

Comments
 (0)