Skip to content

Commit

Permalink
Docs: Edit 2.4.0 docs (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Wiśniewski authored Apr 20, 2023
1 parent 131118e commit 90dcf4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ and this project adheres to

### Fixed

- Fixed an `EmptyCellVertex` data integrity issue between `AddressMapping` and `DependencyGraph` objects.
- Fixed an `EmptyCellVertex` data integrity issue between the `AddressMapping` and `DependencyGraph` objects.
[#1188](https://github.com/handsontable/hyperformula/issues/1188)
- Fixed build issue for developers using M1 and M2-chip MacBooks.
- Fixed a build issue with M1- and M2-chip MacBooks.
[#1166](https://github.com/handsontable/hyperformula/issues/1166)
- Fixed an issue where order of items in the result of `removeColumns()` method depended on the address mapping policy.
- Fixed an issue where the order of items returned by `removeColumns()` depended on the address mapping policy.
[#1205](https://github.com/handsontable/hyperformula/issues/1205)

## [2.3.1] - 2023-03-03
Expand Down
10 changes: 5 additions & 5 deletions docs/guide/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ HyperFormula adheres to

### Added

- Exported the `CellError` class as a public API.
- Exported the [`CellError`](../api/classes/cellerror.md) class as a public API.
[#1232](https://github.com/handsontable/hyperformula/issues/1232)
- Exported the `SimpleRangeValue` class as a public API.
- Exported the [`SimpleRangeValue`](../api/classes/simplerangevalue.md) class as a public API.
[#1178](https://github.com/handsontable/hyperformula/issues/1178)

### Fixed

- Fixed an `EmptyCellVertex` data integrity issue between `AddressMapping` and `DependencyGraph` objects.
- Fixed an `EmptyCellVertex` data integrity issue between the `AddressMapping` and `DependencyGraph` objects.
[#1188](https://github.com/handsontable/hyperformula/issues/1188)
- Fixed build issue for developers using M1 and M2-chip MacBooks.
- Fixed a build issue with M1- and M2-chip MacBooks.
[#1166](https://github.com/handsontable/hyperformula/issues/1166)
- Fixed an issue where order of items in the result of `removeColumns()` method depended on the address mapping policy.
- Fixed an issue where the order of items returned by [`removeColumns()`](../api/classes/hyperformula.md#removecolumns) depended on the address mapping policy.
[#1205](https://github.com/handsontable/hyperformula/issues/1205)

## 2.3.1
Expand Down

0 comments on commit 90dcf4a

Please sign in to comment.