aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorEduardo Julian2022-01-24 23:38:55 -0400
committerEduardo Julian2022-01-24 23:38:55 -0400
commit9a08039adfe40f76b9d5a5351005671c15b557bf (patch)
treef7d72bd0beb1576018abb4ee6774b8f19d2ea243 /changelog.md
parent6f55815f7f237df406e72c7a723055bb6238fce5 (diff)
Added explicit function inlining.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 000000000..74d4372dc
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,13 @@
+# Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
+
+## [Un-released]
+### Added
+* Inline functions.
+### Changed
+### Removed
+### Fixed
+### Deprecated
+### Security
+
+[Un-released]: https://github.com/LuxLang/lux/compare/0.6.5...HEAD
+