mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Update CHANGELOG
This commit is contained in:
		
							parent
							
								
									2720ab6e25
								
							
						
					
					
						commit
						4a786f095e
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -7,14 +7,13 @@ | ||||||
| Kemal.config.handlers = [Kemal::InitHandler.new, YourHandler.new, Kemal::RouteHandler::INSTANCE] | Kemal.config.handlers = [Kemal::InitHandler.new, YourHandler.new, Kemal::RouteHandler::INSTANCE] | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| - Updated [Kilt](https://github.com/jeromegn/kilt) to v0.4.0. |  | ||||||
| 
 |  | ||||||
| You can also insert a handler into a specific position in the default / existing handlers. | You can also insert a handler into a specific position in the default / existing handlers. | ||||||
| 
 | 
 | ||||||
| ```ruby | ```ruby | ||||||
| # This adds MyCustomHandler instance to 1 position. Be aware that the index starts from 0. | # This adds MyCustomHandler instance to 1 position. Be aware that the index starts from 0. | ||||||
| add_handler MyCustomHandler.new, 1 | add_handler MyCustomHandler.new, 1 | ||||||
| ``` | ``` | ||||||
|  | - Updated [Kilt](https://github.com/jeromegn/kilt) to v0.4.0. | ||||||
| 
 | 
 | ||||||
| # 0.19.0 (09-05-2017) | # 0.19.0 (09-05-2017) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue