diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-20 10:47:49 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-20 10:47:49 +0300 |
commit | 8a98b46ef2b5673fcdf0a9a466857a5de044dfc5 (patch) | |
tree | ae548496da015f3319760479e09cfe5a0b1eba5d /deps/lightening/ChangeLog | |
parent | 1cc7990ef7d5483d0434dda412f2d88e0b17df27 (diff) | |
download | posthaste-8a98b46ef2b5673fcdf0a9a466857a5de044dfc5.tar.gz posthaste-8a98b46ef2b5673fcdf0a9a466857a5de044dfc5.zip |
add lightening jit
Diffstat (limited to 'deps/lightening/ChangeLog')
-rw-r--r-- | deps/lightening/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/lightening/ChangeLog b/deps/lightening/ChangeLog new file mode 100644 index 0000000..cc7c8e9 --- /dev/null +++ b/deps/lightening/ChangeLog @@ -0,0 +1,17 @@ +-*- text -*- + +Starting from October 30, 2018, the Lightening project no longer stores +change logs in `ChangeLog' files. Instead, changes are detailed in the +version control system's logs. They can be seen by downloading a copy +of the Git repository: + + $ git clone https://gitlab.com/wingo/lightening + $ git log + +Alternatively, they can be seen on the web, using the Gitweb interface +at: + + https://gitlab.com/wingo/lightening + +Change logs from upstream GNU Lightning are still available in +ChangeLog.lightning. |