mirror of https://github.com/docker/docs.git
Update release-notes.md
Removed a bullet point in the 3.0.0 release notes where we claimed to have fixed a bug, because it later turned out that it wasn't fully fixed and we even added it to the Known Issues in the same release notes!
This commit is contained in:
parent
3443709ae1
commit
7f41b2b8f0
|
@ -57,7 +57,6 @@ This page contains information about the new features, improvements, known issue
|
|||
### Bug fixes and minor changes
|
||||
|
||||
- Downgraded the kernel to [4.19.121](https://hub.docker.com/layers/docker/for-desktop-kernel/4.19.121-2a1dbedf3f998dac347c499808d7c7e029fbc4d3-amd64/images/sha256-4e7d94522be4f25f1fbb626d5a0142cbb6e785f37e437f6fd4285e64a199883a?context=repo) to reduce the CPU usage of hyperkit. Fixes [docker/for-mac#5044](https://github.com/docker/for-mac/issues/5044)
|
||||
- Fixed a bug that DNS would return `NXDOMAIN` when a name exists but the type of record was not found. Fixes [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020). Related to https://gitlab.alpinelinux.org/alpine/aports/-/issues/11879
|
||||
- Avoid caching bad file sizes and modes when using `osxfs`. Fixes [docker/for-mac#5045](https://github.com/docker/for-mac/issues/5045).
|
||||
- Fixed a possible file sharing error where a file may appear to have the wrong size in a container when it is modified on the host. This is a partial fix for [docker/for-mac#4999](https://github.com/docker/for-mac/issues/4999).
|
||||
- Removed unnecessary log messages which slow down filesystem event injection.
|
||||
|
|
Loading…
Reference in New Issue