{ skip to content }

Solidity 0.3.1 Release Announcement

Posted by Solidity Team on March 31, 2016

Releases

This release mainly introduces inline assembly (documentation). Inline assembly provides a way to write low-level but still well readable code. Together with the coming features of inline library functions and templates, it allows to move much of the development that had to be done in the compiler itself into libraries written in Solidity. In the future, it will be possible to introduce new versatile types that still look like builtins.

Features:

  • inline assembly

Fixes:

  • Code generation: array access with narrow types did not clean higher order bits
  • Error reporting: error reporting with unknown source location caused a crash

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