aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bb3cc4aa3..d5c72684e 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,8 @@
17 * Added 'grep -v' option (inverted search) and updated 17 * Added 'grep -v' option (inverted search) and updated
18 docs accordingly. -beppu 18 docs accordingly. -beppu
19 * Wrote which 19 * Wrote which
20 * Replaced the telnet implementation with one written by Tomi Ollila <too@iki.fi>
21 It works great and costs 3k.
20 * BusyBox sh (lash) now supports being used as a standalone shell. When 22 * BusyBox sh (lash) now supports being used as a standalone shell. When
21 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may 23 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
22 be invoked as shell internals. Best used when compiling staticly 24 be invoked as shell internals. Best used when compiling staticly