• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Changelog #256
2
3Hello!
4
5Commit: [`0123456`](https://github.com/rust-analyzer/rust-analyzer/commit/0123456789abcdef0123456789abcdef01234567) \
6Release: [`2022-01-01`](https://github.com/rust-analyzer/rust-analyzer/releases/2022-01-01)
7
8## New Features
9
10- **BREAKING** [`#1111`](https://github.com/rust-analyzer/rust-analyzer/pull/1111) shortcut <kbd>ctrl</kbd>+<kbd>r</kbd>
11  - hyphen-prefixed list item
12- nested list item
13  - `foo` -> `foofoo`
14  - `bar` -> `barbar`
15- listing in the secondary level
16  1. install
17  1. add to config
18
19     ```json
20     {"foo":"bar"}
21     ```
22- list item with continuation
23
24  ![](https://example.com/animation.gif)
25
26  ![alt text](https://example.com/animation.gif)
27
28  <video src="https://example.com/movie.mp4" controls loop>Your browser does not support the video tag.</video>
29
30  <video src="https://example.com/movie.mp4" autoplay controls loop>Your browser does not support the video tag.</video>
31
32  _Image_\
33  ![](https://example.com/animation.gif)
34
35  _Video_\
36  <video src="https://example.com/movie.mp4" controls loop>Your browser does not support the video tag.</video>
37
38  ```bash
39  rustup update nightly
40  ```
41
42  ```
43  This is a plain listing.
44  ```
45- single line item followed by empty lines
46- multiline list
47  item followed by empty lines
48- multiline list
49  item with indent
50- multiline list
51  item not followed by empty lines
52- multiline list
53  item followed by different marker
54  - foo
55  - bar
56- multiline list
57  item followed by list continuation
58
59  paragraph
60  paragraph
61
62## Another Section
63
64- foo bar baz
65- list item with an inline image
66  ![](https://example.com/animation.gif)
67
68The highlight of the month is probably [`#1111`](https://github.com/rust-analyzer/rust-analyzer/pull/1111).
69See [online manual](https://example.com/manual) for more information.
70
71```bash
72rustup update nightly
73```
74
75```
76rustup update nightly
77```
78
79```
80This is a plain listing.
81```
82