summaryrefslogtreecommitdiff
path: root/json4cpp/tools/amalgamate/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'json4cpp/tools/amalgamate/CHANGES.md')
-rw-r--r--json4cpp/tools/amalgamate/CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/json4cpp/tools/amalgamate/CHANGES.md b/json4cpp/tools/amalgamate/CHANGES.md
new file mode 100644
index 0000000000..728b933198
--- /dev/null
+++ b/json4cpp/tools/amalgamate/CHANGES.md
@@ -0,0 +1,10 @@
+The following changes have been made to the code with respect to <https://github.com/edlund/amalgamate/commit/c91f07eea1133aa184f652b8f1398eaf03586208>:
+
+- Resolved inspection results from PyCharm:
+ - replaced tabs with spaces
+ - added encoding annotation
+ - reindented file to remove trailing whitespaces
+ - unused import `sys`
+ - membership check
+ - made function from `_is_within`
+ - removed unused variable `actual_path`