diff options
author | Omar Polo <op@omarpolo.com> | 2020-10-14 10:14:11 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-10-14 10:14:11 +0200 |
commit | 2b897a2cea08b9c78087e28f9335726e65799d4f (patch) | |
tree | cc23df25b8af23d840fe0275cd1963590e61e83e | |
parent | f28f9311393eb43145c15dae01a440f1d0c9064c (diff) |
added a changelog file
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..05887b1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7 @@ +2020-10-14 Omar Polo <op@omarpolo.com> + + * switching to mmap() based file handling + +2020-10-07 Omar Polo <op@omarpolo.com> + + * 1.0 tagged |