UPGRADE.md in quandl-0.2.27 vs UPGRADE.md in quandl-0.3.0

- old
+ new

@@ -1,4 +1,27 @@ +## 0.3.0 + +* QUGC-132 Add thread_pool locking so that requests for the same dataset are not made in parallel +* QUGC-120 update Task::Threading to catch SIGINT and shutdown thread_pool. Second occurence of SIGINT will exit immediately. +* QUGC-117 add option for specifying logfile output --stdout and --stderr +* QUGC-118 add option to specify environment -E --environment +* QUGC-119 only use thread pool when needed +* QUGC-119 given 1 thread skip using thread pool so that we can debug more easily, but leave threadpool implemented otherwise +* QUGC-55 POST crash input back to us. Quandl Toolbelt has crashed. Can we please send the crash report back to Quandl.com? +* QUGC-113 bump client for error propagation +* QUGC-109 load task modules into Task +* QUGC-109 refactor quandl/command/task.rb into modules +* QUGC-89 quandl list inherits from quandl search and implements the same paging behaviour. +* QUGC-89 quandl search will return an unlimited number of results. +* QUGC-99 Add 'quandl search' to Toolbelt +* QUGC-104 bump gems to fix when upload fails output is not json +* QUGC-98 Add basic presenter classes +* QUGC-95 rename ruby package identifier to avoid clobbering other ruby packages +* WIKI-153 bump quandl_client to 2.5.2 for scraper models +* WIKI-153 Add schedule task with subtasks: add, delete, replace, list, show + + + ## 0.2.27 * add option to force update \ No newline at end of file