Verified Commit 056d003a authored by anarcat's avatar anarcat
Browse files

fix pipe syntax

Turns out you just can't have pipes in a markdown table... ?
parent a823f81e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -400,7 +400,7 @@ our project.
| GCC        | 10       | 12       | see [GCC 11][] and [GCC 12][] release notes                                                                                                                                                                                                                                                                                                 |
| GCC        | 10       | 12       | see [GCC 11][] and [GCC 12][] release notes                                                                                                                                                                                                                                                                                                 |
| Emacs      | 27.1     | 28.1     | native compilation, seccomp, better emoji support, 24-bit true color support in terminals, <kbd>C-x 4 4</kbd> to display next command in a new window, [xterm-mouse-mode][], [context-menu-mode][], [repeat-mode][]                                                                                                                         |
| Emacs      | 27.1     | 28.1     | native compilation, seccomp, better emoji support, 24-bit true color support in terminals, <kbd>C-x 4 4</kbd> to display next command in a new window, [xterm-mouse-mode][], [context-menu-mode][], [repeat-mode][]                                                                                                                         |
| Firefox    | 91.13    | 102.11   | 91.13 already in buster-security                                                                                                                                                                                                                                                                                                            |
| Firefox    | 91.13    | 102.11   | 91.13 already in buster-security                                                                                                                                                                                                                                                                                                            |
| Git        | 2.30     | 2.39     | `rebase --update-refs`, `merge` [ort strategy][], `stash --staged`, sparse index support, SSH signatures, `help.autoCorrect=prompt`, `maintenance start`, `clone.defaultRemoteName`, `git rev-list --disk-usage`
| Git        | 2.30     | 2.39     | `rebase --update-refs`, `merge` [ort strategy][], `stash --staged`, sparse index support, SSH signatures, `help.autoCorrect=prompt`, `maintenance start`, `clone.defaultRemoteName`, `git rev-list --disk-usage`                                                                                                                            |
| Golang     | 1.15     | 1.19     | [generics][], [fuzzing][], SHA-1, TLS 1.0, and 1.1 disabled by default, performance improvements, [embed][] package, Apple ARM support                                                                                                                                                                                                      |
| Golang     | 1.15     | 1.19     | [generics][], [fuzzing][], SHA-1, TLS 1.0, and 1.1 disabled by default, performance improvements, [embed][] package, Apple ARM support                                                                                                                                                                                                      |
| Linux      | 5.10     | 6.1      | mainline Rust, multi-generational LRU, KMSAN, KFENCE, maple trees, guest memory encryption, AMD Zen performance improvements, C11, Blake-2 RNG, NTFS write support, Samba 3, [Landlock][], Apple M1, [and much more][]                                                                                                                      |
| Linux      | 5.10     | 6.1      | mainline Rust, multi-generational LRU, KMSAN, KFENCE, maple trees, guest memory encryption, AMD Zen performance improvements, C11, Blake-2 RNG, NTFS write support, Samba 3, [Landlock][], Apple M1, [and much more][]                                                                                                                      |
| LLVM       | 13       | 15       | see [LLVM 14][] and [LLVM 15][] release notes                                                                                                                                                                                                                                                                                               |
| LLVM       | 13       | 15       | see [LLVM 14][] and [LLVM 15][] release notes                                                                                                                                                                                                                                                                                               |
@@ -411,7 +411,7 @@ our project.
| Podman     | 3.0      | 4.3      | GitLab runner, sigstore support, [Podman Desktop][], `volume mount`, `container clone`, `pod clone`, Netavark network stack rewrite, `podman-restart.service` to restart all containers, digest support for `pull`, and lots more                                                                                                           |
| Podman     | 3.0      | 4.3      | GitLab runner, sigstore support, [Podman Desktop][], `volume mount`, `container clone`, `pod clone`, Netavark network stack rewrite, `podman-restart.service` to restart all containers, digest support for `pull`, and lots more                                                                                                           |
| Postgresql | 13       | 15       | [stats collector optimized out][], [UNIQUE NULLS NOT DISTINCT][], [MERGE][], [zstd/lz4 compression for WAL files][], also in [pg_basebackup][], see also [feature matrix][]                                                                                                                                                                 |
| Postgresql | 13       | 15       | [stats collector optimized out][], [UNIQUE NULLS NOT DISTINCT][], [MERGE][], [zstd/lz4 compression for WAL files][], also in [pg_basebackup][], see also [feature matrix][]                                                                                                                                                                 |
| Prometheus | 2.24     | 2.42     | `keep_firing_for` alerts,  [@ modifier][], classic UI removed, `promtool check service-discovery` command, [feature flags][] which include [native histograms][], [agent mode][], `snapshot-on-shutdown` for faster restarts, generic [HTTP service discovery][], dark theme, Alertmanager v2 API default                                   |
| Prometheus | 2.24     | 2.42     | `keep_firing_for` alerts,  [@ modifier][], classic UI removed, `promtool check service-discovery` command, [feature flags][] which include [native histograms][], [agent mode][], `snapshot-on-shutdown` for faster restarts, generic [HTTP service discovery][], dark theme, Alertmanager v2 API default                                   |
| Python     | 3.9.2    | 3.11     | exception groups, TOML in stdlib, `|` for Union types, structural pattern matching, `Self` type, variadic generatics, major performance improvements, Python 2 removed completely                                                                                                                                                            |
| Python     | 3.9.2    | 3.11     | exception groups, TOML in stdlib, "pipe" for Union types, structural pattern matching, `Self` type, variadic generatics, major performance improvements, Python 2 removed completely                                                                                                                                                        |
| Puppet     | 5.5.22   | 7.23     | major work from colleagues and myself                                                                                                                                                                                                                                                                                                       |
| Puppet     | 5.5.22   | 7.23     | major work from colleagues and myself                                                                                                                                                                                                                                                                                                       |
| Rustc      | 1.48     | 1.63     | [Rust 2021][], I/O safety, scoped threads, `cargo add`, `--timings`, inline assembly, bare-metal x86, captured identifiers in format strings, `binding @ pattern`, Open range patterns, `IntoIterator` for arrays, Or patterns, Unicode identifiers, `const` generics, `arm64` tier-1 incremental compilation turned off and on a few times |
| Rustc      | 1.48     | 1.63     | [Rust 2021][], I/O safety, scoped threads, `cargo add`, `--timings`, inline assembly, bare-metal x86, captured identifiers in format strings, `binding @ pattern`, Open range patterns, `IntoIterator` for arrays, Or patterns, Unicode identifiers, `const` generics, `arm64` tier-1 incremental compilation turned off and on a few times |
| Vim        | 8.2      | 9.0      | Vim9 script                                                                                                                                                                                                                                                                                                                                 |
| Vim        | 8.2      | 9.0      | Vim9 script                                                                                                                                                                                                                                                                                                                                 |