Skip to content

Commit

Permalink
new version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Feb 8, 2023
1 parent 12e9c8b commit ca4b033
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## [4.7.0] - 2023-02-08

### Added

- `None` Nothing added


### Changed

- `Enhanced` The `estimate` statement in at least some procs is allowed to be specified more than once, unlike most proc statements.
There was previously no support for generating a given statement more than once. Estimate= now allows a list of strings and will generate
an estimate statement for each string in the list.


### Fixed

- `Fixed` symget(name) returns `&name` if the marco isn't defined, which is what SAS prints out. So I fixed symget to issue symexist
first and if not defined issue a warning and return None, which is what it should have been doing all along.


### Removed

- `None` Nothing removed



## [4.6.0] - 2023-02-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.6.0'
__version__ = '4.7.0'

0 comments on commit ca4b033

Please sign in to comment.