Added new APIs to changelog

This commit is contained in:
Clifford Wolf 2015-02-08 21:14:52 +01:00
parent bcd8a2fc56
commit 183d4f8e71
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Yosys 0.4 .. Yosys 0.5
* API changes
- Added log_warning()
- Added eval_select_args() and eval_select_op()
- Added cell->known(), cell->input(portname), cell->output(portname)
- Skip blackbox modules in design->selected_modules()
- Replaced std::map<> and std::set<> with dict<> and pool<>