Core: Changelog file?

Created on 9 Jan 2017  路  9Comments  路  Source: php-telegram-bot/core

Hello!

I'm using 0.33 version.
From the latest commit I found that the new version is 0.38.1.

Where I can find which changes are been made?

p.s, Only this issue I can find searcing with "changelog" keyword:
https://github.com/akalongman/php-telegram-bot/issues/360

Most helpful comment

@noplanman Cool!
And what about update scripts? I'm still on 0.33 now and want to quickly update it to latest without data loss or something.

It would be great if the scripts were working after composer update/install.

All 9 comments

Hm, we don't have a changelog per se (which we really should!), but you can check through the releases page and read what has changed in each version there.

https://github.com/akalongman/php-telegram-bot/releases

Hm...in release 0.34 I see:

Table structure fixes (thanks to @jacklul )

So what fixes are been made?
How to integrate them into existing project?

You can always pull the repository to temporary directory and make a comparison between release tags or browse through commits and check changes.

Another big ping to myself and #112 鉂楋笍

Really need to get this sorted. Manually updating the table schemas every time there is a change just sucks big time...

@noplanman could close this? =)

@lichtscheu: Yep 馃憤
@Sogl: We finally have a CHANGELOG.md file, yaay 馃帀

@noplanman Cool!
And what about update scripts? I'm still on 0.33 now and want to quickly update it to latest without data loss or something.

It would be great if the scripts were working after composer update/install.

Right, that's my next mission.
Wow, 0.33 is quite far back :grin:

+1 for update script!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

esomkin picture esomkin  路  3Comments

dorcu picture dorcu  路  3Comments

NabiKAZ picture NabiKAZ  路  3Comments

Zoha picture Zoha  路  3Comments

sineverba picture sineverba  路  3Comments