|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## mdBook 0.4.22 |
| 4 | +[40c06f5...4844f72](https://github.com/rust-lang/mdBook/compare/40c06f5...4844f72) |
| 5 | + |
| 6 | +### Added |
| 7 | +- Added a `--chapter` option to `mdbook test` to specify a specific chapter to test. |
| 8 | + [#1741](https://github.com/rust-lang/mdBook/pull/1741) |
| 9 | +- Added CSS styling for `<kbd>` tags. |
| 10 | + [#1906](https://github.com/rust-lang/mdBook/pull/1906) |
| 11 | +- Added pre-compiled binaries for `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl` (see [Releases](https://github.com/rust-lang/mdBook/releases)). |
| 12 | + [#1862](https://github.com/rust-lang/mdBook/pull/1862) |
| 13 | +- Added `build.extra-watch-dirs` which is an array of additional directories to watch for changes when running `mdbook serve`. |
| 14 | + [#1884](https://github.com/rust-lang/mdBook/pull/1884) |
| 15 | + |
| 16 | +### Changed |
| 17 | +- Removed the `type="text/javascript"` attribute from `<script>` tags. |
| 18 | + [#1881](https://github.com/rust-lang/mdBook/pull/1881) |
| 19 | +- Switched to building with Rust Edition 2021. |
| 20 | + This raises the minimum supported Rust version to 1.56. |
| 21 | + [#1887](https://github.com/rust-lang/mdBook/pull/1887) |
| 22 | +- When hidden code is hidden, the hidden parts are no longer copied to the clipboard via the copy button. |
| 23 | + [#1911](https://github.com/rust-lang/mdBook/pull/1911) |
| 24 | +- Various HTML changes and fixes to be more compliant with HTML5. |
| 25 | + [#1924](https://github.com/rust-lang/mdBook/pull/1924) |
| 26 | +- The theme picker now shows which theme is currently selected. |
| 27 | + [#1935](https://github.com/rust-lang/mdBook/pull/1935) |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- Avoid blank line at the end of an ACE code block |
| 31 | + [#1836](https://github.com/rust-lang/mdBook/pull/1836) |
| 32 | + |
| 33 | + |
3 | 34 | ## mdBook 0.4.21
|
4 | 35 | [92afe9b...8f01d02](https://github.com/rust-lang/mdBook/compare/92afe9b...8f01d02)
|
5 | 36 |
|
|
0 commit comments