Skip to content

Commit

Permalink
Update changelog for release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed May 12, 2023
1 parent 38fb495 commit 652a65a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.12.0 (xxxx-xx-xx)
2.12.0 (2023-05-12)
-------------------

* atdgen: Annotate generated code with types to disambiguate OCaml
Expand All @@ -11,6 +11,9 @@
from `"None"` which both translate to `None` in Python. (#332)
* (BREAKING) atdgen: revert default encoding of int64 values as string (#330)
* atdgen: Support `<json repr="string">` for `int` values (#330)
* atdpy: Treat default field values as expressions to evaluate each time
they're assigned to a field. This allows the use of mutable defaults such as
lists (#339)

2.11.0 (2023-02-08)
-------------------
Expand Down

0 comments on commit 652a65a

Please sign in to comment.