11# Changelog  
22
3- ## Unreleased changes  
3+ ## v2.11.1 - 2023-05-18  
44
5- Release notes:
6- 
7- ** Changes since v2.11.0.1:** 
8- 
9- Major changes:
5+ ** Changes since v2.9.3:** 
106
117Behavior changes:
128
@@ -16,23 +12,11 @@ Behavior changes:
1612  ` my-stack upgrade --no-only-local-bin ` . If the Stack executable is ` stack ` ,
1713  the default is ` stack upgrade --no-only-local-bin ` , the same behaviour as
1814  previously.
19- 
20- *  Use ` $XDG_CACHE_HOME/stack/ghci-script ` , rather than ` <temp>/haskell-stack-ghci ` 
21-   (where ` <temp> `  is the directory yielded by the ` temporary `  package's
22-   ` System.IO.Temp.getCanonicalTemporaryDirectory ` ), as the base location for
23-   GHCi script files generated by ` stack ghci `  or ` stack repl ` . See
24-   [ #5203  ] ( https://github.com/commercialhaskell/stack/issues/5203 ) 
25- 
26- Other enhancements:
27- 
28- Bug fixes:
29- 
30- ## v2.11.0.1 (release candidate)  
31- 
32- ** Changes since v2.9.3:** 
33- 
34- Behavior changes:
35- 
15+ *  Use ` $XDG_CACHE_HOME/stack/ghci-script ` , rather than
16+   ` <temp>/haskell-stack-ghci `  (where ` <temp> `  is the directory yielded by the
17+   ` temporary `  package's ` System.IO.Temp.getCanonicalTemporaryDirectory ` ), as the
18+   base location for GHCi script files generated by ` stack ghci `  or ` stack repl ` .
19+   See [ #5203  ] ( https://github.com/commercialhaskell/stack/issues/5203 ) 
3620*  Drop support for ` Cabal `  versions before 1.22 and, consequently, GHC versions
3721  before 7.10.
3822*  ` stack ghci `  and ` stack repl `  now take into account the values of
@@ -82,7 +66,7 @@ Bug fixes:
8266*  The warning that sublibrary dependency is not supported is no longer triggered
8367  by internal libraries.
8468
85- ## v2.9.3  
69+ ## v2.9.3 - 2022-12-16   
8670
8771** Changes since v2.9.1:** 
8872
0 commit comments