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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Pkg v1.13 Release Notes
4
4
- Project.toml environments now support a `readonly` field to mark environments as read-only, preventing modifications. ([#4284])
5
5
-`Pkg.build` now supports an `allow_reresolve` keyword argument to control whether the build process can re-resolve package versions, similar to the existing option for `Pkg.test`. ([#3329])
6
6
- Packages are now automatically added to `[sources]` when they are added by url or devved.
7
+
-`update` now shows a helpful tip when trying to upgrade a specific package that can be upgraded but is held back because it's part of a less optimal resolver solution ([#4266])
7
8
8
9
Pkg v1.12 Release Notes
9
10
=======================
@@ -14,7 +15,7 @@ Pkg v1.12 Release Notes
14
15
- Pkg now supports "apps" which are Julia packages that can be run directly from the terminal after installation.
15
16
Apps can be defined in a package's Project.toml and installed via Pkg. ([#3772])
16
17
-`status` now shows when different versions/sources of dependencies are loaded than that which is expected by the manifest ([#4109])
17
-
- When adding or developing a package that exists in the `[weakdeps]` section, it is now automatically removed from
18
+
- When adding or developing a package that exists in the `[weakdeps]` section, it is now automatically removed from
18
19
weak dependencies and added as a regular dependency. ([#3865])
19
20
- Enhanced fuzzy matching algorithm for package name suggestions.
0 commit comments