You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ This release also includes many new features described below.
9
9
10
10
We have prepared a [0.5 Migration Guide](#05-migration-guide) to help existing authors switch from 0.4.
11
11
12
-
The final 0.5.0 release does not contain any changes since [0.5.0-beta.2](#mdbook-050-beta2).
12
+
The final 0.5.0 release only contains the following changes since [0.5.0-beta.2](#mdbook-050-beta2):
13
+
14
+
- Added error handling to environment config handling. This checks that environment variables starting with `MDBOOK_` are correctly specified instead of silently ignoring. This also fixed being able to replace entire top-level tables like `MDBOOK_OUTPUT`.
- Invalid environment variables are now rejected. Previously unknown keys like `MDBOOK_FOO` would be ignored, or keys or invalid values inside objects like the `[book]` table would be ignored.
0 commit comments