mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Update CHANGELOG
This commit is contained in:
		
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -13,6 +13,20 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Updated `liquid` dependency to 0.20, see #880 (@ignatenkobrain)
 | 
					- Updated `liquid` dependency to 0.20, see #880 (@ignatenkobrain)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## `bat` as a library
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Stripped out a lot of binary-only dependencies, see #895 and #899 (@dtolnay)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  This introduces a `features = ["application"]` which is enabled by default and pulls in
 | 
				
			||||||
 | 
					  everything required by `bat` the application. When depending on bat as a library, downstream
 | 
				
			||||||
 | 
					  `Cargo.toml` should disable this feature to cut out inapplicable heavy dependencies:
 | 
				
			||||||
 | 
					  ``` toml
 | 
				
			||||||
 | 
					  [dependencies]
 | 
				
			||||||
 | 
					  bat = { version = "0.13", default-features = false }
 | 
				
			||||||
 | 
					  ```
 | 
				
			||||||
 | 
					  Other optional functionality has also been put behind features: `paging` and `git` support.
 | 
				
			||||||
 | 
					- Allow using the library with older syntect, see #896 and #898 (@dtolnay)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## New syntaxes
 | 
					## New syntaxes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Rego, see #872 (@patrick-east)
 | 
					- Rego, see #872 (@patrick-east)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user