Skip to content

Commit c8ba14a

Browse files
committed
2023-09-18 : Synchronize codes to the origin repository.
1 parent 41e0f84 commit c8ba14a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
- Fetch the required shape from worksheet.
2121
- Leverage the power of named ranges.
2222

23-
## Feature & Enhancements in Version 23.8
23+
## Feature & Enhancements in Version 23.9
2424

25-
- Support to lock API.
26-
- Optimize protect API.
25+
Full list of issues covering all changes in this release:
26+
27+
- Support to data sorting on range controller.
28+
- Support to remove duplicate data on list object.
29+
- Support to insert slicer for list object.
30+
- Optimize list object and related objects.
2731

2832
## Read & Write Spreadsheet Formats
2933

api_cells.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
func Version() {
36-
fmt.Println("---Version: 23.8---")
36+
fmt.Println("---Version: 23.9---")
3737
}
3838

3939
/*

0 commit comments

Comments
 (0)