Skip to content

Commit b6c3f11

Browse files
committed
Add changelog entry for linebender#2337.
1 parent 6afb9a0 commit b6c3f11

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ Later support was widened in [#2254] by [@PolyMeilex].
271271
- Fixed all the broken links that originated from Druid crates. ([#2338] by [@xStrom], [#1730] by [@RichardPoole42], [#2158] by [@yrns])
272272
- Removed outdated section in `LifeCycle::WidgetAdded` docs. ([#2320] by [@sprocklem])
273273
- Removed outdated line in `KeyEvent` docs. ([#2247] by [@amtep])
274+
- Implemented standardized Druid naming convention. ([#2337] by [@xStrom])
274275

275276
### Examples
276277

@@ -474,16 +475,16 @@ values and their textual representations. ([#1377])
474475

475476
#### X11 backend for druid-shell.
476477

477-
[@crsaracco] got us started and implemented basic support to run druid on bare-metal X11 in [#599].
478+
[@crsaracco] got us started and implemented basic support to run Druid on bare-metal X11 in [#599].
478479
Additional features got fleshed out in [#894] and [#900] by [@xStrom]
479480
and in [#920], [#961], and [#982] by [@jneem].
480481

481-
While still incomplete this lays the foundation for running druid on Linux without relying on GTK.
482+
While still incomplete this lays the foundation for running Druid on Linux without relying on GTK.
482483

483484
#### Web backend for druid-shell.
484485

485486
[@elrnv] continued the work of [@tedsta] and implemented a mostly complete web backend
486-
via WebAssembly (Wasm) in [#759] and enabled all druid examples to
487+
via WebAssembly (Wasm) in [#759] and enabled all Druid examples to
487488
[run in the browser](https://elrnv.github.io/druid-wasm-examples/).
488489

489490
While some features like the clipboard, menus or file dialogs are not yet available,
@@ -494,8 +495,8 @@ all fundamental features are there.
494495
[@cmyr] continued the work of [@jrmuizel] and implemented Core Graphics support for Piet in
495496
[piet#176](https://github.com/linebender/piet/pull/176).
496497

497-
Those changes made it into druid via [#905].
498-
This means that druid no longer requires cairo on macOS and uses Core Graphics instead.
498+
Those changes made it into Druid via [#905].
499+
This means that Druid no longer requires Cairo on macOS and uses Core Graphics instead.
499500

500501
### Added
501502

@@ -622,7 +623,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
622623

623624
### Outside News
624625

625-
- There are new projects using druid:
626+
- There are new projects using Druid:
626627
- [Kondo](https://github.com/tbillington/kondo) Save disk space by cleaning unneeded files from software projects.
627628
- [jack-mixer](https://github.com/derekdreery/jack-mixer) A jack client that provides mixing, levels and a 3-band eq.
628629
- [kiro-synth](https://github.com/chris-zen/kiro-synth) An in progress modular sound synthesizer.
@@ -1172,6 +1173,7 @@ Last release without a changelog :(
11721173
[#2330]: https://github.com/linebender/druid/pull/2330
11731174
[#2331]: https://github.com/linebender/druid/pull/2331
11741175
[#2335]: https://github.com/linebender/druid/pull/2335
1176+
[#2337]: https://github.com/linebender/druid/pull/2337
11751177
[#2338]: https://github.com/linebender/druid/pull/2338
11761178
[#2340]: https://github.com/linebender/druid/pull/2340
11771179
[#2343]: https://github.com/linebender/druid/pull/2343

0 commit comments

Comments
 (0)