doc: changelog tweaks
This commit is contained in:
		
							parent
							
								
									37b7ebfe22
								
							
						
					
					
						commit
						6edb86e33e
					
				
							
								
								
									
										17
									
								
								doc/CHANGES
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								doc/CHANGES
									
									
									
									
									
								
							| @ -94,18 +94,15 @@ See also the package change logs. | |||||||
| 
 | 
 | ||||||
| ## ledger format | ## ledger format | ||||||
| 
 | 
 | ||||||
| -   add an alternate reader for C++ Ledger journals, based on ledger-parse from the ledger4 project. | -   use ledger-parse from the ledger4 project as an alternate reader for C++ Ledger journals | ||||||
|      |      | ||||||
|     This reader is not used automatically, you must select it with a `ledger:` prefix. |     The idea is that some day we might get better compatibility with Ledger files this way. | ||||||
|     Currently only the bare minimum of the raw parsed data is used: |     Right now this reader is not very useful and will be used only if you explicitly select it with a `ledger:` prefix. | ||||||
|     transaction dates/descriptions and posting accounts/amounts, |     It parses transaction dates, descriptions, accounts and amounts, and ignores everything else. | ||||||
|     with the rest being ignored. |     Amount parsing is delegated to hledger's journal parser, and malformed amounts might be silently ignored. | ||||||
|      |  | ||||||
|     Amounts are parsed the same way as in the hledger journal format. |  | ||||||
|     Malformed amounts might be ignored instead of error-reported. |  | ||||||
| 
 | 
 | ||||||
|     This adds some or all of these as new dependencies for hledger-lib: |     This adds at least some of the following as new dependencies for hledger-lib: | ||||||
|     parsers, parsec, attoparsec, trifecta |     parsers, parsec, attoparsec, trifecta. | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # 1.0.1 (2016/10/27) | # 1.0.1 (2016/10/27) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user