Skip to content

Commit 582dec9

Browse files
authored
Update changelog for the 6.6/6.7 release snafu (#8684)
I also ran a spell checker
1 parent 0d1bc4f commit 582dec9

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

docs/resources/changelog/6_x.rst

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ automatically generate some documentation files used in the project. But the
265265
mechanism is flexible enough to be used for automating a variety of project
266266
tasks.
267267

268-
See `our RFC 1028 for more detials on the changes
268+
See `our RFC 1028 for more details on the changes
269269
<https://github.com/edgedb/rfcs/blob/master/text/1028-cli-hooks.rst>`_.
270270

271271
File Watchers
@@ -286,16 +286,16 @@ executing these queries in a type-safe way:
286286
files = ["queries/*.edgeql"]
287287
script = "npx @edgedb/generate queries"
288288
289-
Multiple ``[[watch]]`` entires can be added to the |gel.toml| file, so that
289+
Multiple ``[[watch]]`` entries can be added to the |gel.toml| file, so that
290290
you can fine-tune how your project responds to important file changes.
291291

292-
This changes how ``watch`` command funcitons. By default, ``gel watch`` will
292+
This changes how ``watch`` command functions. By default, ``gel watch`` will
293293
start the watch process and monitor files specified in |gel.toml|. In order to
294294
access the old functionality of ``edgedb watch`` (which was monitoring schema
295295
file changes and automatically applying them to the database) you now need to
296296
run ``gel watch --migrate``.
297297

298-
See `our RFC 1028 for more detials on the changes
298+
See `our RFC 1028 for more details on the changes
299299
<https://github.com/edgedb/rfcs/blob/master/text/1028-cli-hooks.rst>`_.
300300

301301

@@ -586,7 +586,7 @@ Bug fixes
586586
* Fix an schema issue with deleting collections.
587587
(:eql:gh:`#7957`)
588588

589-
* Automatically create array types for all scalars to avoid introspeciton
589+
* Automatically create array types for all scalars to avoid introspection
590590
issues.
591591
(:eql:gh:`#7970`)
592592

@@ -776,7 +776,7 @@ Fixes
776776
* Fix dropping types in some situations where the type is used in a function
777777
(:eql:gh:`#8574`)
778778

779-
* Fix AI ext openai streaming
779+
* Fix AI ext OpenAI streaming
780780
(:eql:gh:`#8553`)
781781

782782
* Fix removal of path factoring breaking ai embedding views.
@@ -798,6 +798,20 @@ Fixes
798798
6.6
799799
===
800800

801+
Due to an error in our release infrastructure, 6.6 was inadvertently
802+
released from our master branch (commit
803+
7db665af18d22d90d5ec682159353552c67ce1c5).
804+
805+
It has been removed from our package servers, and was never available
806+
in our cloud.
807+
808+
If you have a 6.6 instance, you will need to perform a dump and
809+
restore to upgrade to 6.7. We apologize for the inconvenience.
810+
811+
812+
6.7
813+
===
814+
801815
Features
802816
--------
803817

0 commit comments

Comments
 (0)