You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,34 @@
6
6
7
7
### Breaking Changes
8
8
9
-
* Removes the `drawText` binary from the gem (instead depending on it being installed via `brew`). Because this update can not be safely applied with no side effects, it's considered a breaking change.
9
+
_None_
10
10
11
11
### New Features
12
12
13
-
* Introduce new `ios_merge_strings_files` action. [#329]
14
-
* Introduce new `buildkite_trigger_build` action. [#333]
15
-
* Introduce new `ios_download_strings_files_from_glotpress` action. [#331]
13
+
_None_
16
14
17
15
### Bug Fixes
18
16
19
17
_None_
20
18
21
19
### Internal Changes
22
20
21
+
_None_
22
+
23
+
## 3.0.0
24
+
25
+
### Breaking Changes
26
+
27
+
* Removes the `drawText` binary from the gem (instead depending on it being installed via `brew`). Because this update can not be safely applied with no side effects, it's considered a breaking change.
28
+
29
+
### New Features
30
+
31
+
* Introduce new `ios_merge_strings_files` action. [#329]
32
+
* Introduce new `buildkite_trigger_build` action. [#333]
33
+
* Introduce new `ios_download_strings_files_from_glotpress` action. [#331]
34
+
35
+
### Internal Changes
36
+
23
37
* Ensure that the `gem push` step only runs on CI if lint, test and danger steps passed before it. [#325]
24
38
* Rename internal `Ios::L10nHelper` to `Ios::L10nLinterHelper`. [#328]
25
39
* Provide new `run_described_fastlane_action` to run Fastlane actions more thoroughly in unit tests [#330]
0 commit comments