summarylogtreecommitdiffstats
path: root/RELEASENOTES.md
diff options
context:
space:
mode:
authorJonathan Boyle2021-08-21 17:31:34 +0100
committerJonathan Boyle2021-08-21 17:31:34 +0100
commitb9c3cd2732e41eb1e70e658a4a3a595a7f237274 (patch)
tree3c08d9c536690fe0977959e0cb21e9f8b5bc6a9a /RELEASENOTES.md
parent43a5910b4591e8b509869ef669e5b26c7a9dfe96 (diff)
downloadaur-b9c3cd2732e41eb1e70e658a4a3a595a7f237274.tar.gz
Updated Version 3.4.0
Diffstat (limited to 'RELEASENOTES.md')
-rw-r--r--RELEASENOTES.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4d15fcb567b4..adb7fe77e700 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,3 +1,17 @@
+## 3.4.0
+
+* make remaining static log strings configurable
+* fix accidental clobber in `inplace_sed` if sed failed
+* new function `dirs_contain_same_files`
+* new debug flags -lX -lS -lD, you can specify the debug depth now with -lDDD (3) for example, which means the flag affects the current command and those called nested twice
+* added logging tee exekutor functions from mulle-make for use in build scripts
+* Avoid prompt in `remove_file_if_present`
+* Added `r_remove_line_once` function
+* Added `r_url_remove_file_compression_extension` function
+* `r_expanded_string` is now a proper interpreter and not just an eval for safety
+* added `r_unescaped_doublequotes` and `r_lines_in_range`
+* New URL parser "mulle-url.sh".
+
## 3.3.0
* r_resolve_all_path_symlinks added