Skip to content

Commit

Permalink
fix(releases): Fix compiling docs by quoting keyword in mdx file
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Oct 23, 2023
1 parent ed7d65a commit 483b86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/releases/v0.15.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Here is the full updates list:
* `lib/vfscore`: Fix pipe error codes ([#1093](https://github.com/unikraft/unikraft/pull/1093) by [@andreittr](https:/github.com/andreittr)
* `build`: Forward YACC/LEX to kconfig make invocation ([#1092](https://github.com/unikraft/unikraft/pull/1092) by [@mschlumpp](https:/github.com/mschlumpp)
* `arch`: Align virtual/physical address validation on x86 and arm64 ([#1091](https://github.com/unikraft/unikraft/pull/1091) by [@kha-dinh](https:/github.com/kha-dinh)
* `lib/uklock`: Remove the rwlock_{upgrade,downgrade} functions ([#1090](https://github.com/unikraft/unikraft/pull/1090) by [@mschlumpp](https:/github.com/mschlumpp)
* `lib/uklock`: Remove the `rwlock_{upgrade,downgrade}` functions ([#1090](https://github.com/unikraft/unikraft/pull/1090) by [@mschlumpp](https:/github.com/mschlumpp)
* `lib/9pfs`: Add check for `NULL` `data` in `uk_9pfs_parse_options` ([#1086](https://github.com/unikraft/unikraft/pull/1086) by [@mogasergiu](https:/github.com/mogasergiu)
* `arch/ctx.h`: Update ctx members declaration order ([#1085](https://github.com/unikraft/unikraft/pull/1085) by [@StefanJum](https:/github.com/StefanJum)
* `build`: Always save architecture with savedefconfig ([#1084](https://github.com/unikraft/unikraft/pull/1084) by [@skuenzer](https:/github.com/skuenzer)
Expand Down

0 comments on commit 483b86a

Please sign in to comment.