Skip to content

Commit

Permalink
add news entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Dec 14, 2023
1 parent 92b33cb commit 750e881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# DataFramesMeta v0.14.2 Release notes
* `@with` is deprecated and functionality is moved to the new `@attach` macro. ([#367](https://github.com/JuliaData/DataFramesMeta.jl/pull/367)). Julia version 1.11 introduces a macro named `@with` which provides a syntax for dynamic scoping. To avoid conflicts with `@with` when Julia version 1.11 is released, we rename `@with` to `@attach` and begin the depreaction process.

# DataFramesMeta v0.14.1 Release notes
* Fixed a bug where `ByRow` was not properly identified if DataFramesMeta.jl was `import`ed ([#366](https://github.com/JuliaData/DataFramesMeta.jl/pull/366))

Expand Down

0 comments on commit 750e881

Please sign in to comment.