Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed May 2, 2021
1 parent 6172450 commit 3733ab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

**3.4.0** (in progress, updated 2 May 2021)
**3.4.0** (2 May 2021) - *Quasiquotes ahoy* edition:

**New**:

Expand Down Expand Up @@ -28,6 +28,10 @@
- The importer now reports the source location if destructuring a macro invocation candidate fails.
- Some internal functions, including `mcpyrate.expander.destructure_candidate`, now take a mandatory `filename` kwarg for this purpose.

- Fix detection of globally bound macro invocations (hygienic macro captures) in the helper method `mcpyrate.expander.ismacrocall`.

- Fix syntax analysis for detecting `expr` macro invocations in `mcpyrate.expander.destructure_candidate`. Version 3.3.0 (and only that version) errored out on the AST for `f()[...]` even if `f` was not bound as a macro.


---

Expand Down

0 comments on commit 3733ab5

Please sign in to comment.