aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-15 08:18:12 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-15 08:20:07 +0200
commita90e94c845cded2aeda7b70ea3ec5d6b6085f44a (patch)
tree62ae27de9a8502cce1ace16ee9e6fce281f67136 /CHANGELOG.md
parent0b1146b6aef61a4369922b67a29e42c992f5de6b (diff)
Remove bpt from the codebase again
The power of the templating tool were not as big as I had hoped. The inclusion of another license also doesn't really seem like it is worth the trouble considering the tool didn't really get me the high level of templating I had desired. The quest for templating continues...
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e752aa..976c578 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,12 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `sync` subcomman will now `stash` any changes before it attempts to
`pull`. Afterwards, `stash pop` will be ran to apply the last `stash`ed
changes again.
-- The `file_template` function has been altered to be able to use various
- templating engines. Currently it supports `satpl` (which stands for sed-awk
- template, the "original" templating mechanism used in Bashtard) and `bpt`
- (which stands for [Bash Pure Templates](https://github.com/husixu1/bpt). The
- engine used is defined through the file's extension. If no extension is set,
- it will default to `satpl`.
## [1.0.0] - 2022-05-06