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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,19 @@ Please see Project Mu for details https://microsoft.github.io/mu
17
17
Version History
18
18
===============
19
19
20
+
0.4.1
21
+
-----
22
+
23
+
Main changes:
24
+
- Keep track of errors that occur during the build process and display the list at the very end to make errors easier to locate in the log.
25
+
- Added a filter, which gets evaluated before level, that allows specific modules to either be raised or lowered in level before being output to the log.
26
+
27
+
Bug fixes:
28
+
- Change FileHandler mode to avoid appending a new log to an existing log.
29
+
- Change MuMarkdownHanlder close routine to avoid writing the table of contents twice.
30
+
- Change NuGet.exe case to match the executable exactly.
31
+
- On Posix systems, throw exception if NuGet.exe is not found on the path instead of failing silently.
0 commit comments