Skip to content

Commit 77399cc

Browse files
committed
Update RELEASE.md
1 parent 0df62ec commit 77399cc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

RELEASE.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@ Release Notes for Timmy 1.1.0
22
=============================
33

44
What is Timmy?
5-
----------------------
5+
--------------
66
Timmy is a Pascal unit for creating chat bots. It provides the `TTimmy` object, which is a data type that you can assign your variables to to make bots. Once that is done, you can start adding keywords for questions, and get the bot answers to the end user's questions.
77

88
What's in this release?
99
----------------------------
1010
This stable release (1.1.0) provides the `TTimmy` object with 3 ways to add keywords clues, and 4 ways to remove keywords clues, along with `TStrArray` - Array of String, and several helper functions like `StrSplit` and `StrTrim` that aren't part of the `TTimmy` object. See the included README file to know all what this Timmy release offers.
1111

12+
Change log (from 1.0.0 to 1.1.0)
13+
--------------------------------
14+
- Overload two more `TTimmy.Remove()`
15+
- Add examples (see them in the `examples` folder)
16+
- Put Release Notes in RELEASE.md
17+
1218
What new features will be in the next _major_ release?
13-
---------------------------------------------------------------------
19+
------------------------------------------------------
1420
> **Disclaimer**: We do not know exactly what will the next major release offers, we are just expecting.
1521
1622
This release (1.1.0) provides primitive functions that you can do just about anything with it. However, there are a few inconveniences. For example, a typical "What is" question may vary, like "What is GitHub?", "What is an apple?" and "What is FooBar?". To handle that, you may have to add (using `TTimmy.Add()`) multiple times, each time for a different object.
@@ -58,7 +64,7 @@ End.
5864
It is inconvenient (and somewhat ugly) to do that, however. In our next major release, we seek to offer custom functions/procedures: Developers using this library can throw `TTimmy` their custom function (or procedure) and the bot will execute that function (or procedure). Timmy won't be a Pascal unit for _chat_ bots anymore, then.
5965

6066
License
61-
----------
67+
-------
6268
![License logo](https://www.gnu.org/graphics/lgplv3-147x51.png)
6369

6470
Users of this library are bound to the GNU LGPL v3.0 license.

0 commit comments

Comments
 (0)