{ skip to content }

Solidity 0.1.6 Release Announcement

Posted by Solidity Team on October 16, 2015

Releases

Features:

  • .push() for dynamic storage arrays.
  • Tuple expressions ((1,2,3) or return (1,2,3);)
  • Declaration and assignment of multiple variables (var (x,y,) = (1,2,3,4,5); or var (x,y) = f();)
  • Destructuring assignment ((x,y,) = (1,2,3))
  • Handling of multiple source files in the json compiler.

Bugfixes:

  • Internal error about usage of library function with invalid types.
  • Correctly parse Library.structType a at statement level.
  • Correctly report source locations of parenthesized expressions (as part of "tuple" story).

A big thank you to all contributors who helped make this release possible!

Download the new version of Solidity here.

Previous post

Next post

Get involved

GitHub

Twitter

Mastodon

Matrix

Discover more

BlogDocumentationUse casesContributeAboutForum

2023 Solidity Team

Security Policy

Code of Conduct