Added new APIs to changelog
authorClifford Wolf <clifford@clifford.at>
Sun, 8 Feb 2015 20:14:52 +0000 (21:14 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 8 Feb 2015 20:14:52 +0000 (21:14 +0100)
CHANGELOG

index 9e980c75b2446c368800f77c235193b172d40ab8..3efbe1093220f6e8f934ef3efc4c180f11a8ff42 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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<>