1
0
Fork 0

- logging changes.

This commit is contained in:
cage 2020-06-07 11:55:37 +02:00
parent 70b9918704
commit e6553c067e
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2020-06-07 cage
* src/api-client.lisp
* src/api-pleroma.lisp
* src/db.lisp
* src/message-rendering-utils.lisp
* src/package.lisp
* src/text-utils.lisp
* tinmop.asd
- moved pleroma specific API to i package :api-pleroma;
- renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix';
- rendered the choice index for poll's choices;
- shown if a poll allows multiple choiches.
2020-05-31 cage 2020-05-31 cage
* etc/init.lisp * etc/init.lisp
* src/api-client.lisp * src/api-client.lisp
@ -13,7 +27,6 @@
* src/software-configuration.lisp * src/software-configuration.lisp
* src/thread-window.lisp * src/thread-window.lisp
- [breaking changes] - [breaking changes]
Added polls. To allow this feature two new tables Added polls. To allow this feature two new tables
"poll" and "poll-options" has been added to database schema. "poll" and "poll-options" has been added to database schema.