Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Jan 17, 2023
1 parent 669d4f2 commit 5a98a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ All notable changes to PNL will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.11.0] - XXX
## [1.11.0] - 2023-01-17

### Changed

- The macros `RETRIEVE` and `CREATE` are prefix with `PNL_RAND`. This is a breaking change.
- Add `PNL_` prefix to `FALSE`, `TRUE`, `OK` and `FAIL`. This is a breaking change.

### Added

- Add `pnl_mat_print_csv` to print a matrix in a csv format.

## [1.10.4] - 2019-10-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.6
1.11.0

0 comments on commit 5a98a40

Please sign in to comment.