Skip to content

Commit 28544f1

Browse files
committed
changelog update
1 parent c607394 commit 28544f1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

3-
## [0.7.2] - 2025-12-22 - Pine Script Parser & Build System Modernization
3+
## [0.7.3] - 2025-12-24 - Plot Functions & PineScript Types Enhancement
4+
5+
### Added
6+
7+
- **Plot Functions**: Added support for `plotshape` and `plotarrow` functions
8+
- **PineScript Type Constants**: Full implementation of PineScript type namespaces:
9+
- `format.*` - Number format types
10+
- `plot.*` - Plot style types
11+
- `location.*` - Location constants for shapes
12+
- `size.*` - Size constants for shapes
13+
- `shape.*` - Shape style constants
14+
- `display.*` - Display mode constants
15+
16+
## [0.7.2] - 2025-12-22 - Binance Provider Hotfix
417

518
- Hotfix : Binance provider failing for USA users, implemented a fallback logic to use the default binance url and fallback to US local url if the first one fails.
619

0 commit comments

Comments
 (0)