Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.18 KB

Change Log

All notable changes to the Pony compiler and standard library will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[unreleased] - unreleased

Fixed

  • Revert "Revert "Re-removed the stupid line in the README"" (PR #6)
  • Revert "Re-removed the stupid line in the README" (PR #5)
  • Restored the stupid line in the README (PR #3)
  • Restored the stupid line in the README (PR #3)
  • Avoid crashy-crashy 💥-💥 (PR #1)
  • Avoid crashy-crashy 💥-💥 (PR #1)
  • Avoid crashy-crashy 💥-💥 (PR #1)
  • Avoid crashy-crashy 💥-💥 (#1)
  • Link the correct version of libponyrt when compiling with --pic on Linux (issue #1359)

Added

  • Revert "Re-removed the stupid line in the README" (PR #5)
  • Runtime function pony_send_next. This function can help optimise some message sending scenarios.

Changed

[0.7.0] - 2016-10-22

Fixed

  • Link the correct version of libponyrt when compiling with --pic on Linux (issue #1359)

Added

  • Runtime function pony_send_next. This function can help optimise some message sending scenarios.

Changed