Skip to content

Commit 94d95a7

Browse files
coolreader18NoraCodes
authored andcommitted
Revert CHANGELOG.md formatting changes
1 parent 896e7f8 commit 94d95a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

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
65
project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
@@ -13,22 +12,22 @@ project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1312

1413
### Changed
1514

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
2019

2120
### Deprecated
2221

2322
No deprecations.
2423

2524
### Removed
2625

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

2928
### Fixed
3029

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

3332
### Security
3433

@@ -43,7 +42,7 @@ No security changes.
4342
- `Checkbox` control for Boolean input
4443
- `Combobox` control for selecting from one of a fixed set of options
4544
- `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
4746
- Building on MSVC now works
4847

4948
### Changed
@@ -67,3 +66,4 @@ No deprecations.
6766
### Security
6867

6968
No security changes.
69+

0 commit comments

Comments
 (0)