Skip to content

Commit

Permalink
Document 0.3.2 release (#33)
Browse files Browse the repository at this point in the history
Summary:
Updating the changelog as requested in #32.

Pull Request resolved: #33

Reviewed By: stepancheg

Differential Revision: D31315848

Pulled By: ndmitchell

fbshipit-source-id: 889af06246dd74c354c35b3a3aeaf39448e16348
  • Loading branch information
indygreg authored and facebook-github-bot committed Oct 1, 2021
1 parent 4f68414 commit ad099c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ There have been many changes since the last release, primarily focused on perfor
* Add `#[starlark_module]` proc-macro.
* Significant rewrite of most code, changing most APIs.

## 0.3.2

* Commits and tag exist in https://github.com/indygreg/starlark-rust.
* Changed dependency versions from `X.Y.Z` to `X.Y` to allow adopting newer point releases.
* lalrpop crate upgraded from 0.16 to 0.19 and code ported to enable building on Rust 1.56+.
* Fixed compiler warnings on Rust 1.56+ related to semicolons in macro expansions.

## 0.3.1 and before

* The code was developed at https://github.com/google/starlark-rust.

0 comments on commit ad099c3

Please sign in to comment.