Skip to content

Commit

Permalink
add datachgd method
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 31, 2024
1 parent 235d969 commit ae3a176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Basic/Core/Dev.pm
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ my %flags = (
allocated => { },
vaffine => { FLAG => "OPT_VAFFTRANSOK" },
anychgd => { FLAG => "ANYCHANGED" },
datachgd => { FLAG => "PARENTDATACHANGED" },
dimschgd => { FLAG => "PARENTDIMSCHANGED" },
tracedebug => { set => 1 },
);
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- test, document PDL::string, make more consistent (#459) - thanks @vadim-160102 for report
- fix pre-2002 rangeb bug (#457) - thanks @jo-37 for report
- add datachgd method

2.085 2024-01-30
- switch FFT code to use heap, not VLA (#436) - thanks @HaraldJoerg for report
Expand Down

0 comments on commit ae3a176

Please sign in to comment.