0.1.20:
	* More robust name finding, fixes bug https://github.com/commercialhaskell/intero/issues/98

0.1.19:
	* Support completion of qualified identifiers

0.1.18:
        * Completion in the REPL gets updated properly when imports
	added/removed https://github.com/commercialhaskell/intero/issues/112

0.1.17:
	* :unset -XFoo now works

0.1.16:
	* Re-add back collecting type info after any load

0.1.14:
	* Bring back :completion

0.1.13:
	* Fix bug in :type-at returning outer span info (https://github.com/commercialhaskell/intero/issues/47)

0.1.12:
	* Emacs mode automatically installs latest intero.
	* intero-list-buffers command.
	* Fix cl-case reference
	* Add warning when used outside of stack exec/stack ghci
	* Transfer to commercialhaskell

0.1.11:
	* Support --version

0.1.10:
	* Completion for module's local imports and definitions (https://github.com/chrisdone/intero/issues/31)
	* Starting the REPL takes the targets chosen for the backend
	* Prompt displays interrobang for cuteness (https://github.com/chrisdone/intero/issues/40)

0.1.9:
	* Support GHC 8
	* Fix completion before any module is loaded (https://github.com/chrisdone/intero/issues/34)
	* Add completion for custom commands
	* Add data-files entry for Emacs Lisp code
	* Collect type-info whenever anything is loaded (https://github.com/chrisdone/intero/issues/37)

0.1.8:
	* Don't use -dynamic on Windows.

0.1.7:
	* Remove "flags: " message

0.1.6:
	* Make better, more liberal :type-at (https://github.com/chrisdone/intero/issues/29)
	* Better argument parser for :type-at, :loc-at, :uses
	* Retain names that were in scope after a successful load for :complete

0.1.5:
	* Add upper bound for GHC (https://github.com/chrisdone/intero/issues/27)

0.1.4:
	* Fix cache invalidation bug for interpreted mode (https://github.com/chrisdone/intero/issues/1)

0.1.3:
	* Added test suite
	* Fix bug in :type-at that excluded a type constraint (https://github.com/chrisdone/intero/issues/14)

0.1.2:
	* Fixed bug in :uses, by using location equality.
