@@ -265,7 +265,7 @@ automatically generate some documentation files used in the project. But the
265265mechanism is flexible enough to be used for automating a variety of project
266266tasks.
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
271271File 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
290290you 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
293293start the watch process and monitor files specified in |gel.toml |. In order to
294294access the old functionality of ``edgedb watch `` (which was monitoring schema
295295file changes and automatically applying them to the database) you now need to
296296run ``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
7987986.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+
801815Features
802816--------
803817
0 commit comments