github.com/DTFN/go-ethereum@v1.4.5/cmd/clef/extapi_changelog.md (about)

     1  ### Changelog for external API
     2  
     3  
     4  
     5  #### 2.0.0
     6  
     7  * Commit `73abaf04b1372fa4c43201fb1b8019fe6b0a6f8d`, move `from` into `transaction` object in `signTransaction`. This
     8  makes the `accounts_signTransaction` identical to the old `eth_signTransaction`.
     9  
    10  
    11  #### 1.0.0
    12  
    13  Initial release.
    14  
    15  ### Versioning
    16  
    17  The API uses [semantic versioning](https://semver.org/).
    18  
    19  TLDR; Given a version number MAJOR.MINOR.PATCH, increment the:
    20  
    21  * MAJOR version when you make incompatible API changes,
    22  * MINOR version when you add functionality in a backwards-compatible manner, and
    23  * PATCH version when you make backwards-compatible bug fixes.
    24  
    25  Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.