Commit Graph

90 Commits

Author SHA1 Message Date
Peter Fabian 9e37acff39 Added missing changelog for 4.3.1 2020-08-04 10:28:06 +02:00
Peter Fabian 6bc0ca724f Update versions and changelog from latest releases. 2020-07-09 13:18:51 +02:00
Christopher Allford c680f88de2 Added the changelog from 4.2.0 2020-06-09 13:57:30 -07:00
vedanshujain 8f9bf9042d Update changelog till 4.1.1 2020-05-27 19:38:23 +05:30
Claudio Sanches ac1c6533eb Added 4.1.0 entry in CHANGELOG.txt 2020-05-12 18:03:53 -03:00
vedanshu.jain c9c9cfeab1 Add changelog for 4.1 2020-04-07 16:35:08 +05:30
Rodrigo Primo 66da2c83da 4.0 changelog 2020-03-11 11:22:05 -03:00
Rodrigo Primo f413cad396 3.9.3 changelog 2020-03-06 09:50:32 -03:00
Claudio Sanches 670f406d4e Fixed 3.9.2 changelog 2020-02-13 13:11:04 -03:00
Claudio Sanches f3ea00a2c3 Include 3.9.2 in CHANGELOG.txt 2020-02-13 12:14:03 -03:00
Claudio Sanches 1fc001bd1b Fixed incorrect entry in changelog 2020-01-30 13:09:11 -03:00
Claudio Sanches 18dd970473 3.9.1 changelog 2020-01-30 13:06:01 -03:00
Claudio Sanches d8bb034425 Version 3.9.0 2020-01-21 21:13:54 -03:00
Claudio Sanches 2847322008 3.9.0-rc.4 2020-01-20 19:53:08 -03:00
Rodrigo Primo ee33ea1db1 Add 3.8 changes to CHANGELOG.txt 2019-11-14 11:19:23 -03:00
Peter Fabian 21f68c2cd5 Update changelogs and 3.8 release date in readme. 2019-11-14 10:01:10 +01:00
Gerhard 21df7c6546 Move 3.7 changelog out of changelog.txt and back into readme.txt 2019-08-02 13:15:25 +02:00
Gerhard cd5319e97f Make master 3.8 dev branch, move changelogs from readme.txt to changelog.txt and start new 3.8 changelog in readme.txt. 2019-08-01 11:35:17 +02:00
Claudio Sanches 3ce6acec74 Updated outdated codex URLs 2019-06-12 19:31:01 -03:00
Rodrigo Primo 31affff196 3.6.4 changelog 2019-05-27 16:35:39 -03:00
Claudio Sanches 90aa716098 3.6.3 changelog 2019-05-16 13:37:19 -03:00
Rodrigo Primo 563b84ece4 3.6.2 changelog 2019-04-26 17:03:19 -03:00
Rodrigo Primo 2ab36a9151 3.6.1 changelog 2019-04-22 14:06:47 -03:00
Rodrigo Primo f209e346d1 3.6.0 changelog 2019-04-17 11:15:47 -03:00
Mike Jolley 6579972fd3 Minify 2019-04-16 14:36:37 +01:00
Rodrigo Primo 952ed0c126 3.5.7 changelog 2019-03-20 10:10:11 -03:00
Claudio Sanches 05601631a1 Updated changelog 2019-03-07 13:31:27 -03:00
Claudio Sanches 7fb12465dd Updated changelog 2019-02-20 13:17:52 -03:00
Claudio Sanches 13744479f1 Changelog for 3.5 patch releases 2018-12-20 13:28:13 -02:00
Rodrigo Primo 4ad0fbd521 3.5.0 changelog 2018-10-23 18:41:08 -03:00
Rodrigo Primo 212975c941 3.4.6 changelog 2018-10-15 09:41:54 -03:00
Rodrigo Primo 0946233e07 3.4.5 changelog 2018-08-29 15:53:41 -03:00
Rodrigo Primo 424956c6f6 3.4.4 changelog 2018-07-25 15:16:46 -03:00
Rodrigo Primo 0668eef680 3.4.3 changelog 2018-06-20 14:58:51 -03:00
Rodrigo Primo 73d35ac272 3.4.2 changelog 2018-06-20 14:57:55 -03:00
Rodrigo Primo 5785fa3dc7 3.4.1 changelog 2018-05-29 16:48:31 -03:00
Mike Jolley c1de1d6fb7 Master is 3.5.0-dev 2018-05-24 16:20:05 +01:00
Garrett Hyder 8996c7a83e
Minor Typo
Fixed edting to be editing
2018-04-16 09:55:14 -07:00
Rodrigo Primo 20793bfb81 3.3.5 changelog 2018-04-11 11:01:44 -03:00
Rodrigo Primo bf8e005467 Add missing 3.3.4 changes to CHANGELOG.txt 2018-04-09 18:08:15 -03:00
Claudio Sanches 9305bbccbc 3.3.3 changelog 2018-02-21 14:11:13 -03:00
Claudio Sanches 0959bc1fb4 3.3.2 changelog 2018-02-20 13:46:10 -03:00
Claudio Sanches 2ef688a8bf 3.3.1 changelog 2018-02-06 14:32:32 -02:00
Claudio Sanches 8bf1ef939d Update changelog 2018-01-30 14:50:17 -02:00
Garrett Hyder 39c36fb0f4 Spelling Fix - usibility to usability (#17643) 2017-11-10 11:56:04 +00:00
claudiulodro 14a8c37c23 Update changelog 2017-11-03 11:09:09 -07:00
Claudio Sanches dfc8c20bb1 Updated CHANGELOG.txt 2017-10-31 11:20:02 -02:00
Mike Jolley ce47fa65c2 Changelog + grunt 2017-10-11 10:50:39 +01:00
Akeda Bagus 53807185a8
Fixed typos.
These typos are catched by `misspell` program.

```
find . -type f | grep -v assets | grep -v dummy-data | grep -v i18n | grep -v node_modules | grep -v .git | grep -v apigen |  xargs misspell -w
```

Some results were excluded because of 3rd party ownership and non-english
sentences.
2017-07-10 12:56:28 +07:00
Mike Jolley b999864fa1 Updated changelog 2017-06-28 13:06:00 -03:00