Skip to content

Commit

Permalink
Docs: News, model equality & as-model
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-casey committed Jun 4, 2021
1 parent 4e8efa1 commit 0cd3920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ Other Breaking Changes
* `defn`, `defn/a` have been made a special forms
* `annotate*` has been made public and renamed `annotate`
* return annotation for `defn` has been moved to before the function name
* models are no longer equal to python literals `(= 1 '1) ; => False`

New Features
------------------------------
* `hy-repr` is now the default REPL output function.
* Running the module a la `python -m hy` is now equivalent to running
the `hy` command.
* `hy.as-model` has been added to create canonical model trees from
unquote spliced expressions

Bug Fixes
------------------------------
Expand Down

0 comments on commit 0cd3920

Please sign in to comment.