Skip to content

Commit

Permalink
Update CHANGELOG for 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley42 committed Apr 13, 2023
1 parent 5511f70 commit 10a06b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.7.4 - Longer Memories
Short-term memories really only came in to serious use with the OpenAI plugin, where 7 minutes just wasn't enough for expectations. Now Gopherbot robots have a 14-hour short-term memory.

# v2.7.3 - Improved ruby/python3 dependency support
To make it sane to use a `Gemfile`, we now set `GEM_HOME=${HOME}/.local`, which causes bundler to install ruby gems in the same location as python3. To install ruby and python dependencies with the included `install-libs` job, create `Gemfile` and/or `requirements.txt` to the root of your robot's repository, and add this `ScheduledJob` to your `robot.yaml`:
```yaml
Expand Down

0 comments on commit 10a06b0

Please sign in to comment.