File tree Expand file tree Collapse file tree 3 files changed +57
-5
lines changed
Expand file tree Collapse file tree 3 files changed +57
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.1.13 ]
99
1010### Added
1111
12- #### xrpl
12+ #### binary-codec
1313
14- - Adds ` PermissionedDomain ` ledger entry type (XLS-80d) .
14+ - ` Number ` and ` AssetScale ` fields to ` definitions.json ` .
1515
16- #### binary-codec
16+ #### xrpl
1717
18- - ` Number ` and ` AssetScale ` fields to ` definitions.json `
18+ - ` PermissionedDEX ` support (XLS-81d).
1919
2020### Fixed
2121
@@ -27,6 +27,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
2828- ` definitions.json ` where ` LastUpdatedTime ` had a typo issue.
2929
30+ ### Refactored
31+
32+ #### xrpl
33+
34+ - Replaced ` bip32 ` and ` bip39 ` dependencies due to repository deletion and, therefore, dependency outdated.
35+
36+ ## [ v0.1.12]
37+
38+ ### Added
39+
40+ #### xrpl
41+
42+ - Adds ` PermissionedDomain ` ledger entry type (XLS-80d).
43+
3044## [ v0.1.11]
3145
3246### BREAKING CHANGES
Original file line number Diff line number Diff line change 1+ ---
2+ title : v0.1.13
3+ ---
4+
5+ ### Added
6+
7+ #### binary-codec
8+
9+ - ` Number ` and ` AssetScale ` fields to ` definitions.json `
10+
11+ #### xrpl
12+
13+ - ` PermissionedDEX ` support (XLS-81d)
14+
15+ ### Fixed
16+
17+ #### xrpl
18+
19+ - ` OracleSet ` transaction to Flatten correctly and ` Oracle ` PriceDataSeries array.
20+
21+ #### binary-codec
22+
23+ - ` definitions.json ` where ` LastUpdatedTime ` had a typo issue.
24+
25+ ### Refactored
26+
27+ #### xrpl
28+
29+ - Replaced ` bip32 ` and ` bip39 ` dependencies due to repository deletion and, therefore, dependency outdated.
Original file line number Diff line number Diff line change 1+ ---
2+ title : v0.1.12
3+ ---
4+
5+ ### Added
6+
7+ #### xrpl
8+
9+ - Adds ` PermissionedDomain ` ledger entry type (XLS-80d).
You can’t perform that action at this time.
0 commit comments