Skip to content

Commit 2cdbb48

Browse files
authored
Merge pull request #61 from rust-windowing/notgull/changelog
chore: Create changelog for past few weeks of changes
2 parents a6042f6 + 32fc52a commit 2cdbb48

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# UNRELEASED
2+
3+
* Add support for Redox/Orbital.
4+
* Add support for BSD distributions.
5+
* Ported Windows backend from `winapi` to `windows-sys`.
6+
* **Breaking:** Take a reference to a window instead of owning the window.
7+
* Add a `from_raw` function for directly using raw handles.
8+
* **Breaking:** Add feature flags for `x11` and `wayland` backends.
9+
* Use static dispatch instead of dynamic dispatch for the backends.
10+
* Add `libxcb` support to the X11 backend.
11+
12+
# 0.1.1
13+
14+
* Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
15+
* CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!)
16+
17+
# 0.1.0
18+
19+
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,4 @@ fn main() {
103103
Changelog
104104
---------
105105

106-
See git tags for associated commits.
107-
108-
0.1.1
109-
-----
110-
- Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
111-
- CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!)
112-
113-
0.1.0
114-
-----
115-
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.
106+
See the [changelog][./CHANGELOG.md] for a list of this package's versions and the changes made in each version.

0 commit comments

Comments
 (0)