- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 190 for notable (0.07 seconds)
-
build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc
enable <<deprecation-logging, deprecation logging>>. <% [true, false].each { isNotable -> def breakingChangesByArea = breakingChangesByNotabilityByArea.getOrDefault(isNotable, []) breakingChangesByArea.eachWithIndex { area, breakingChanges, i -> print "\n" if (isNotable) { print "// tag::notable-breaking-changes[]\n" } print "[discrete]\n"
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 28 11:09:58 GMT 2021 - 2.9K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ChangelogEntry.java
); } public static class Highlight { private boolean notable; private String title; private String body; public boolean isNotable() { return notable; } public void setNotable(boolean notable) { this.notable = notable; } public String getTitle() { return title; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 9.3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/changelog-schema.json
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.3.md
- [Other notable changes](#other-notable-changes) - [v1.3.9](#v139) - [Downloads](#downloads) - [Changelog since v1.3.8](#changelog-since-v138) - [Other notable changes](#other-notable-changes-1) - [v1.3.8](#v138) - [Downloads](#downloads-1) - [Changelog since v1.3.7](#changelog-since-v137) - [Other notable changes](#other-notable-changes-2) - [v1.3.7](#v137)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 84K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.4.md
- [Other notable changes](#other-notable-changes-6) - [v1.4.3](#v143) - [Downloads](#downloads) - [Changelog since v1.4.2-beta.1](#changelog-since-v142-beta1) - [Other notable changes](#other-notable-changes-7) - [v1.4.2](#v142) - [Downloads](#downloads-1) - [Changelog since v1.4.2-beta.1](#changelog-since-v142-beta1-1) - [Other notable changes](#other-notable-changes-8)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 133.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.2.md
- [Other notable changes](#other-notable-changes-5) - [v1.2.1](#v121) - [Downloads for v1.2.1](#downloads-for-v121) - [Changes since v1.2.0](#changes-since-v120) - [Other notable changes](#other-notable-changes-6) - [v1.2.0](#v120) - [Downloads for v1.2.0](#downloads-for-v120) - [Changes since v1.1.1](#changes-since-v111) - [Major Themes](#major-themes) - [Other notable improvements](#other-notable-improvements)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Dec 04 06:36:19 GMT 2020 - 41.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.6.md
- [Other notable changes](#other-notable-changes) - [v1.6.12](#v1612) - [Downloads for v1.6.12](#downloads-for-v1612) - [Client Binaries](#client-binaries-1) - [Server Binaries](#server-binaries-1) - [Node Binaries](#node-binaries-1) - [Changelog since v1.6.11](#changelog-since-v1611) - [Other notable changes](#other-notable-changes-1) - [v1.6.11](#v1611)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 304K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/release-highlights.asciidoc
Other versions: <% print priorVersions.join("\n| ") print "\n" } if (notableHighlights.empty == false) { %> // tag::notable-highlights[] <% for (highlight in notableHighlights) { %> [discrete] [[${ highlight.anchor }]] === ${highlight.title} ${highlight.body.trim()} <% } %> // end::notable-highlights[] <% } %> <% for (highlight in nonNotableHighlights) { %> [discrete] [[${ highlight.anchor }]]
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 848 bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.5.md
- [Changelog since v1.5.7](#changelog-since-v157) - [Other notable changes](#other-notable-changes) - [v1.5.7](#v157) - [Downloads for v1.5.7](#downloads-for-v157) - [Client Binaries](#client-binaries-1) - [Server Binaries](#server-binaries-1) - [Node Binaries](#node-binaries-1) - [Changelog since v1.5.6](#changelog-since-v156) - [Other notable changes](#other-notable-changes-1) - [v1.5.6](#v156)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 136.4K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/10-proposal.yml
name: Proposals description: New external API or other notable changes title: "proposal: import/path: proposal title" labels: ["Proposal"] body: - type: markdown attributes: value: "Our proposal process is documented here: https://go.dev/s/proposal-process" - type: textarea id: proposal-details attributes: label: "Proposal Details" description: "Please provide the details of your proposal here." validations:
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Nov 22 20:49:24 GMT 2023 - 471 bytes - Click Count (0)