|  | @@ -1,6 +1,17 @@
 | 
	
		
			
				|  |  |  Change log
 | 
	
		
			
				|  |  |  ==========
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +1.1.0-rc2 (2015-01-29)
 | 
	
		
			
				|  |  | +----------------------
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +On top of the changelog for 1.1.0-rc1 (see below), the following bugs have been fixed:
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +- When an environment variables file specified with `env_file` doesn't exist, Compose was showing a stack trace instead of a helpful error.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +- Configuration files using the old name (`fig.yml`) were not being read unless explicitly specified with `docker-compose -f`. Compose now reads them and prints a deprecation warning.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +- Bash tab completion now reads `fig.yml` if it's present.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  1.1.0-rc1 (2015-01-20)
 | 
	
		
			
				|  |  |  ----------------------
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -28,6 +39,8 @@ Besides that, there’s a lot of new stuff in this release:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  - docker-compose.yml now supports the `dns_search`, `cap_add`, `cap_drop` and `restart` options, analogous to `docker run`’s `--dns-search`, `--cap-add`, `--cap-drop` and `--restart` options.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +- Compose now ships with Bash tab completion - see the installation and usage docs at https://github.com/docker/fig/blob/1.1.0-rc1/docs/completion.md
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  - A number of bugs have been fixed - see the milestone for details: https://github.com/docker/fig/issues?q=milestone%3A1.1.0+
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  1.0.1 (2014-11-04)
 |