Skip to content

Commit e72fce7

Browse files
committed
Prepare 2.0.0-BETA-3 release
1 parent 603d564 commit e72fce7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@
22

33
All notable changes to this project will be documented in this file. We try to adhere to https://github.com/olivierlacan/keep-a-changelog.
44

5-
## 2.0.0-BETA-3-SNAPSHOT - Unreleased
5+
## 2.0.0-BETA-3-SNAPSHOT - 2019-10-20
6+
7+
### Added
8+
- Keeping track of internally created "Closables" of a document and closing them after rendering
9+
- Define CSV delimiters using symbolic symbolic names, e.g. "COMMA", "TAB", etc.
10+
11+
### Fixed
12+
- Use expected order of FreeMarker MultiTemplateLoader to reolve a template
613

714
## 2.0.0-BETA-2 - 2019-10-15
815

916
### Added
10-
- Keeping track of internally created "Closables" and closing them after rendering
11-
- Define CSV delimiters using symbolic symbolic names, e.g. "COMMA", "TAB", etc.
1217
- Add "-E" command line option to expose all environment variable as top-level entry in the data model
1318
- Support for [Grok](https://github.com/thekrakken/java-grok) as better alternative for regular expressions
1419
- Support for streaming textual content over `System.in` to allow processing of arbitrary large source files
1520
- Display Git version information when using `-V` command line option
1621

1722
### Fixed
18-
- Use expected order of FreeMarker MultiTemplateLoader to reolve a template
1923
- ExcelTool uses MissingCellPolicy.CREATE_NULL_AS_BLANK to handle missing cells
2024
- Pass the correct output encoding to writer
2125
- Allow absolute template file names which are loaded directly instead of using TemplateLoaders

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.sgoeschl</groupId>
66
<artifactId>freemarker-cli</artifactId>
7-
<version>2.0.0-BETA-3-SNAPSHOT</version>
7+
<version>2.0.0-BETA-3</version>
88
<packaging>jar</packaging>
99
<name>Apache FreeMarker CLI</name>
1010
<description>Command-line client for Apache FreeMarker</description>

0 commit comments

Comments
 (0)