Skip to content

Commit 1e18ec0

Browse files
ndmitchellfacebook-github-bot
authored andcommitted
Update the Starlark changelog
Summary: There are 650 commits, and I don't think anyone has time to produce a great changelog. Kinda sucks, but better a release than not, so hey ho. Reviewed By: IanChilds Differential Revision: D67192294 fbshipit-source-id: 13f5220713ed2e763919a0335b42f84c5d85d7ea
1 parent 25008bf commit 1e18ec0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Starlark
22

3+
## 0.13 (Dec 13, 2024)
4+
5+
- Some API changes (but alas, too many for us to enumerate).
6+
- Move to more Python-like type annotations, e.g. `dict[str, int]` now.
7+
- Support for the `set` data type.
8+
- Improve documentation, both the docs and the doc generator.
9+
- Performance improvements.
10+
- More trait implementation (`Trace`, `Allocative`, `AllocValue` etc).
11+
- Bump dependencies.
12+
313
## 0.12 (Feb 9, 2024)
414

515
- Implemented `reverse()` for `SmallMap`.

0 commit comments

Comments
 (0)