@@ -12,6 +12,9 @@ Release notes:
1212
1313Major changes:
1414
15+ -  ` stack init `  and ` solver `  overhaul
16+   [ #1583  ] ( https://github.com/commercialhaskell/stack/pull/1583 ) 
17+ 
1518Other enhancements:
1619
1720-  Disable locale/codepage hacks when GHC >=7.10.3
@@ -21,6 +24,18 @@ Other enhancements:
2124-  Specify which executables to include in images for ` stack image container ` 
2225  [ docs] ( http://docs.haskellstack.org/en/latest/yaml_configuration.html#image ) 
2326-  Docker: pass supplemantary groups and umask into container
27+ -  If git fetch fails wipe the directory and try again from scratch
28+   [ #1418  ] ( https://github.com/commercialhaskell/stack/issues/1418 ) 
29+ -  Warn if newly installed executables won't be available on the PATH
30+   [ #1362  ] ( https://github.com/commercialhaskell/stack/issues/1362 ) 
31+ -  stack.yaml: for ` stack image container ` , specify multiple images to generate,
32+   and which executables should be added to those images
33+ -  GHCI: add interactive Main selection
34+   [ #1068  ] ( https://github.com/commercialhaskell/stack/issues/1068 ) 
35+ -  Care less about the particular name of a GHCJS sdist folder
36+   [ #1622  ] ( https://github.com/commercialhaskell/stack/issues/1622 ) 
37+ -  Unified Enable/disable help messaging
38+   [ #1613  ] ( https://github.com/commercialhaskell/stack/issues/1613 ) 
2439
2540Bug fixes:
2641
@@ -34,6 +49,18 @@ Bug fixes:
3449  even when an abstract resolver is passed via ` --resolver `  on the
3550  command-line.
3651  [ #1641  ] ( https://github.com/commercialhaskell/stack/issues/1641 ) 
52+ -  Fix: Stack does not allow using an external package from ghci
53+   [ #1557  ] ( https://github.com/commercialhaskell/stack/issues/1557 ) 
54+ -  Disable ambiguous global '--resolver' option for 'stack init'
55+   [ #1531  ] ( https://github.com/commercialhaskell/stack/issues/1531 ) 
56+ -  Obey ` --no-nix `  flag
57+ -  Fix: GHCJS Execute.hs: Non-exhaustive patterns in lambda
58+   [ #1591  ] ( https://github.com/commercialhaskell/stack/issues/1591 ) 
59+ -  Send file-watch and sticky logger messages to stderr
60+   [ #1302  ] ( https://github.com/commercialhaskell/stack/issues/1302 ) 
61+   [ #1635  ] ( https://github.com/commercialhaskell/stack/issues/1635 ) 
62+ -  Use globaldb path for querying Cabal version
63+   [ #1647  ] ( https://github.com/commercialhaskell/stack/issues/1647 ) 
3764
3865## 1.0.0  
3966
0 commit comments