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: packages/core/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 1.41.0 (2024-11-25)
4
+
5
+
- Update Slang dependency to 0.18.3. ([#1102](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1102))
6
+
- Improves reliability of Hardhat compilation step for namespaced storage layout validations when using Solidity versions 0.8.27 and 0.8.28.
7
+
3
8
## 1.40.0 (2024-10-10)
4
9
5
10
- Fix Hardhat compile error when overriding interface functions with public constant variables. ([#1091](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1091))
Copy file name to clipboardExpand all lines: packages/core/src/utils/make-namespaced.ts
+54-51Lines changed: 54 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ const OUTPUT_SELECTION = {
34
34
*
35
35
* @param input The original solc input.
36
36
* @param output The original solc output.
37
-
* @paramsolcVersion The version of the solc compiler that was originally used to compile the input.
37
+
* @param_solcVersion The version of the solc compiler that was originally used to compile the input. This argument is no longer used and is kept for backwards compatibility.
38
38
* @returns The modified solc input with storage layout that includes namespaced type information.
Copy file name to clipboardExpand all lines: packages/plugin-hardhat/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 3.6.0 (2024-11-25)
4
+
5
+
- Update Slang dependency to 0.18.3. ([#1102](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1102))
6
+
- Improves reliability of Hardhat compilation step for namespaced storage layout validations when using Solidity versions 0.8.27 and 0.8.28.
7
+
3
8
## 3.5.0 (2024-10-10)
4
9
5
10
- Support ignoring Hardhat compile errors when extracting detailed namespaced storage layouts for validations. ([#1090](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1090))
0 commit comments